X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..a89b7013ff5aa27fae4d1f7d45615349c3ab7300:/doc/RpushCommand.html diff --git a/doc/RpushCommand.html b/doc/RpushCommand.html index 9964e612..d7fe7de5 100644 --- a/doc/RpushCommand.html +++ b/doc/RpushCommand.html @@ -16,7 +16,7 @@
Add the string value to the head (RPUSH) or tail (LPUSH) of the liststored at key. If the key does not exist an empty list is created just beforethe append operation. If the key exists but is not a List an erroris returned.-
Add the string value to the head (LPUSH) or tail (RPUSH) of the liststored at key. If the key does not exist an empty list is created just beforethe append operation. If the key exists but is not a List an erroris returned.+