summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/georadius.json33
-rw-r--r--src/commands/georadiusbymember.json33
2 files changed, 38 insertions, 28 deletions
diff --git a/src/commands/georadius.json b/src/commands/georadius.json
index 0eb919407..6ced9049c 100644
--- a/src/commands/georadius.json
+++ b/src/commands/georadius.json
@@ -186,20 +186,25 @@
]
},
{
- "token": "STORE",
- "name": "storekey",
- "display": "key",
- "type": "key",
- "key_spec_index": 1,
- "optional": true
- },
- {
- "token": "STOREDIST",
- "name": "storedistkey",
- "display": "key",
- "type": "key",
- "key_spec_index": 2,
- "optional": true
+ "name": "store",
+ "type": "oneof",
+ "optional": true,
+ "arguments": [
+ {
+ "token": "STORE",
+ "name": "storekey",
+ "display": "key",
+ "type": "key",
+ "key_spec_index": 1
+ },
+ {
+ "token": "STOREDIST",
+ "name": "storedistkey",
+ "display": "key",
+ "type": "key",
+ "key_spec_index": 2
+ }
+ ]
}
],
"reply_schema": {
diff --git a/src/commands/georadiusbymember.json b/src/commands/georadiusbymember.json
index 0a8b27119..4b627419b 100644
--- a/src/commands/georadiusbymember.json
+++ b/src/commands/georadiusbymember.json
@@ -177,20 +177,25 @@
]
},
{
- "token": "STORE",
- "name": "storekey",
- "display": "key",
- "type": "key",
- "key_spec_index": 1,
- "optional": true
- },
- {
- "token": "STOREDIST",
- "name": "storedistkey",
- "display": "key",
- "type": "key",
- "key_spec_index": 2,
- "optional": true
+ "name": "store",
+ "type": "oneof",
+ "optional": true,
+ "arguments": [
+ {
+ "token": "STORE",
+ "name": "storekey",
+ "display": "key",
+ "type": "key",
+ "key_spec_index": 1
+ },
+ {
+ "token": "STOREDIST",
+ "name": "storedistkey",
+ "display": "key",
+ "type": "key",
+ "key_spec_index": 2
+ }
+ ]
}
],
"reply_schema": {