X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9f3c422c72d4cede717b5f61bb7bde5823db53f2..570333015147ce01646ff61e50afc210a12408db:/doc/LtrimCommand.html diff --git a/doc/LtrimCommand.html b/doc/LtrimCommand.html index a492fccb..7dce582a 100644 --- a/doc/LtrimCommand.html +++ b/doc/LtrimCommand.html @@ -37,7 +37,7 @@ LTRIM mylist 0 99
The above two commands will push elements in the list taking care thatthe list will not grow without limits. This is very useful when usingRedis to store logs for example. It is important to note that when usedin this way LTRIM is an O(1) operation because in the average casejust one element is removed from the tail of the list.

Return value

Status code reply

See also

- +