summaryrefslogtreecommitdiff
path: root/src/commands/incrby.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/incrby.json')
-rw-r--r--src/commands/incrby.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/incrby.json b/src/commands/incrby.json
index 0febdd56e..2668011ac 100644
--- a/src/commands/incrby.json
+++ b/src/commands/incrby.json
@@ -1,6 +1,6 @@
{
"INCRBY": {
- "summary": "Increment the integer value of a key by the given amount",
+ "summary": "Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist.",
"complexity": "O(1)",
"group": "string",
"since": "1.0.0",