X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..c44d3b56df4ce4cae1c2e6db6397eaab9651ff7a:/doc/IncrCommand.html diff --git a/doc/IncrCommand.html b/doc/IncrCommand.html index 676d06cb..b2b35499 100644 --- a/doc/IncrCommand.html +++ b/doc/IncrCommand.html @@ -16,7 +16,7 @@
Increment or decrement the number stored at key by one. If the key doesnot exist or contains a value of a wrong type, set the key to thevalue of "0" before to perform the increment or decrement operation.
INCRBY and DECRBY work just like INCR and DECR but instead toincrement/decrement by 1 the increment/decrement is integer.-
INCR commands are limited to 64 bit signed integers.+