diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/cluster.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/redis-unstable/src/commands/cluster.json b/examples/redis-unstable/src/commands/cluster.json new file mode 100644 index 0000000..e74404d --- /dev/null +++ b/examples/redis-unstable/src/commands/cluster.json | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "CLUSTER": { | ||
| 3 | "summary": "A container for Redis Cluster commands.", | ||
| 4 | "complexity": "Depends on subcommand.", | ||
| 5 | "group": "cluster", | ||
| 6 | "since": "3.0.0", | ||
| 7 | "arity": -2 | ||
| 8 | } | ||
| 9 | } | ||
