class Redis::Distributed

def smembers(key)

Get all the members in a set.
def smembers(key)
  node_for(key).smembers(key)
end