class Redis::Distributed

def lpop(key)

Remove and get the first element in a list.
def lpop(key)
  node_for(key).lpop(key)
end