summaryrefslogtreecommitdiff
path: root/src/commands/zadd.json
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-01-30 14:45:12 +0800
committerGitHub <noreply@github.com>2022-01-30 08:45:12 +0200
commit21135471a6bb25c4c895c26ae1afddad53e83f29 (patch)
tree6a948fac664370db9d10dc05d10eb7ebd3a5d995 /src/commands/zadd.json
parent79f089bdd92348d5fa3965258f539752f2eb8e78 (diff)
downloadredis-21135471a6bb25c4c895c26ae1afddad53e83f29.tar.gz
Fix some wrong commands arguments since (#10208)
ZADD NX and XX was introduced in 3.0.2, not 6.2.0 ZADD GT and LT was introduced in 6.2.0, not 3.0.2 Add missing `COUNT ANY` history in georadius_ro Add missing `SHUTDOWN [NOW] [FORCE] [ABORT]` since in shutdown.json
Diffstat (limited to 'src/commands/zadd.json')
-rw-r--r--src/commands/zadd.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/zadd.json b/src/commands/zadd.json
index 53c4a46fd..300db1180 100644
--- a/src/commands/zadd.json
+++ b/src/commands/zadd.json
@@ -58,7 +58,7 @@
"name": "condition",
"type": "oneof",
"optional": true,
- "since": "6.2.0",
+ "since": "3.0.2",
"arguments": [
{
"name": "nx",
@@ -76,7 +76,7 @@
"name": "comparison",
"type": "oneof",
"optional": true,
- "since": "3.0.2",
+ "since": "6.2.0",
"arguments": [
{
"name": "gt",