|
RpushCommand
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
► Sign in to add a comment
|
Search
|
|
RpushCommand
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
First sentence should be written:
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key. Not the other way around.
In 1.2.6, lpush returns a status code reply (+OK), not an integer reply.
is this atomic operation?
i,e if multiple processes perform LPUSH for the same key, will it work?