class Redis::Distributed

def spop(key)

Remove and return a random member from a set.
def spop(key)
  node_for(key).spop(key)
end