X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7f4e28e75046104599a5d83c493fdfd78f93ab49..570333015147ce01646ff61e50afc210a12408db:/doc/RpushCommand.html diff --git a/doc/RpushCommand.html b/doc/RpushCommand.html index e22c8b57..9964e612 100644 --- a/doc/RpushCommand.html +++ b/doc/RpushCommand.html @@ -30,7 +30,7 @@

LPUSH _key_ _string_

Time complexity: O(1)
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.

Return value

Status code reply

See also

- +