X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..d07ffa178d913a6c5a82f822a4c5b55535bcfda3:/doc/LrangeCommand.html diff --git a/doc/LrangeCommand.html b/doc/LrangeCommand.html index 2df5cc6f..deffd10a 100644 --- a/doc/LrangeCommand.html +++ b/doc/LrangeCommand.html @@ -32,7 +32,7 @@
_start_ and end can also be negative numbers indicating offsetsfrom the end of the list. For example -1 is the last element ofthe list, -2 the penultimate element and so on.
Indexes out of range will not produce an error: if start is overthe end of the list, or start >
end, an empty list is returned.If end is over the end of the list Redis will threat it just likethe last element of the list.