X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/391b4a60a1e493ffa169ffc8014fed4415d1614e..3c68de9b0107a0a15eef09edf86464d1434048e7:/doc/LsetCommand.html diff --git a/doc/LsetCommand.html b/doc/LsetCommand.html index 064da293..39afd5ab 100644 --- a/doc/LsetCommand.html +++ b/doc/LsetCommand.html @@ -16,7 +16,7 @@
Set the list element at index (see LINDEX for information about the_index_ argument) with the new value. Out of range indexes willgenerate an error. Note that setting the first or last elements ofthe list is O(1).-