summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
commita320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch)
tree3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /iredis/data/commands.json
parentAdding upstream version 1.10.0. (diff)
downloadiredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.tar.xz
iredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.zip
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/commands.json')
-rw-r--r--iredis/data/commands.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/iredis/data/commands.json b/iredis/data/commands.json
index 1b0ae22..74093cc 100644
--- a/iredis/data/commands.json
+++ b/iredis/data/commands.json
@@ -2310,7 +2310,7 @@
"WITHVALUES"
],
"optional": true
- }
+ }
],
"optional": true
}
@@ -4378,7 +4378,7 @@
"WITHSCORES"
],
"optional": true
- }
+ }
],
"optional": true
}
@@ -5048,7 +5048,7 @@
},
"XADD": {
"summary": "Appends a new entry to a stream",
- "complexity": "O(1) when adding a new entry, O(N) when trimming where N being the number of entires evicted.",
+ "complexity": "O(1) when adding a new entry, O(N) when trimming where N being the number of entries evicted.",
"arguments": [
{
"name": "key",