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