summaryrefslogtreecommitdiff
path: root/src/commands/decrby.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/decrby.json')
-rw-r--r--src/commands/decrby.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/decrby.json b/src/commands/decrby.json
index de5724c3a..3db98791a 100644
--- a/src/commands/decrby.json
+++ b/src/commands/decrby.json
@@ -1,6 +1,6 @@
{
"DECRBY": {
- "summary": "Decrement the integer value of a key by the given number",
+ "summary": "Decrements a number from the integer value of a key. Uses 0 as initial value if the key doesn't exist.",
"complexity": "O(1)",
"group": "string",
"since": "1.0.0",