X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/b882056c93f3e3afe5fde9d62fb569ce30a76a76..df278b8b0b4bd54b83840d4a151e538c60dc92e9:/doc/SubstrCommand.html diff --git a/doc/SubstrCommand.html b/doc/SubstrCommand.html index 3b6bdef0..b5f4f792 100644 --- a/doc/SubstrCommand.html +++ b/doc/SubstrCommand.html @@ -16,7 +16,7 @@
Return a subset of the string from offset start to offset end(both offsets are inclusive).Negative offsets can be used in order to provide an offset starting fromthe end of the string. So -1 means the last char, -2 the penultimate andso forth.+
Return a subset of the string from offset start to offset end(both offsets are inclusive).Negative offsets can be used in order to provide an offset starting fromthe end of the string. So -1 means the last char, -2 the penultimate andso forth.
The function handles out of range requests without raising an error, butjust limiting the resulting range to the actual length of the string.
redis> set s "This is a string"