class Redis::Distributed

def rpop(key)

Remove and get the last element in a list.
def rpop(key)
  node_for(key).rpop(key)
end