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