diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-myshardid.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/cluster-myshardid.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-myshardid.json b/examples/redis-unstable/src/commands/cluster-myshardid.json deleted file mode 100644 index 7db63fd..0000000 --- a/examples/redis-unstable/src/commands/cluster-myshardid.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "MYSHARDID": { - "summary": "Returns the shard ID of a node.", - "complexity": "O(1)", - "group": "cluster", - "since": "7.2.0", - "arity": 2, - "container": "CLUSTER", - "function": "clusterCommand", - "history": [], - "command_flags": [ - "STALE" - ], - "command_tips": [ - "NONDETERMINISTIC_OUTPUT" - ], - "reply_schema": { - "description": "the node's shard id", - "type": "string" - } - } -} |
