X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9f3c422c72d4cede717b5f61bb7bde5823db53f2..570333015147ce01646ff61e50afc210a12408db:/doc/LpopCommand.html diff --git a/doc/LpopCommand.html b/doc/LpopCommand.html index 8750a668..02f26c93 100644 --- a/doc/LpopCommand.html +++ b/doc/LpopCommand.html @@ -31,7 +31,7 @@ Time complexity: O(1)
Atomically return and remove the first (LPOP) or last (RPOP) elementof the list. For example if the list contains the elements "a","b","c" LPOPwill return "a" and the list will become "b","c".
If the key does not exist or the list is already empty the specialvalue 'nil' is returned.

Return value

Bulk reply

See also

- +