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