diff options
Diffstat (limited to 'src/commands/sentinel.json')
-rw-r--r-- | src/commands/sentinel.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/commands/sentinel.json b/src/commands/sentinel.json new file mode 100644 index 0000000..c14d5a3 --- /dev/null +++ b/src/commands/sentinel.json @@ -0,0 +1,14 @@ +{ + "SENTINEL": { + "summary": "A container for Redis Sentinel commands.", + "complexity": "Depends on subcommand.", + "group": "sentinel", + "since": "2.8.4", + "arity": -2, + "command_flags": [ + "ADMIN", + "SENTINEL", + "ONLY_SENTINEL" + ] + } +} |