diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/hotkeys.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/hotkeys.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/redis-unstable/src/commands/hotkeys.json b/examples/redis-unstable/src/commands/hotkeys.json new file mode 100644 index 0000000..1b84ffc --- /dev/null +++ b/examples/redis-unstable/src/commands/hotkeys.json @@ -0,0 +1,10 @@ +{ + "HOTKEYS": { + "summary": "A container for hotkeys tracking commands.", + "complexity": "Depends on subcommand.", + "group": "server", + "since": "8.6.0", + "arity": -2 + } +} + |
