class Redis::Distributed

def rpop(key)

def rpop(key)
  node_for(key).rpop(key)
end