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