# File lib/redis/distributed.rb, line 472
    def smembers(key)
      node_for(key).smembers(key)
    end