diff options
Diffstat (limited to 'src/commands/xgroup.json')
-rw-r--r-- | src/commands/xgroup.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/commands/xgroup.json b/src/commands/xgroup.json new file mode 100644 index 0000000..4910b7c --- /dev/null +++ b/src/commands/xgroup.json @@ -0,0 +1,9 @@ +{ + "XGROUP": { + "summary": "A container for consumer groups commands.", + "complexity": "Depends on subcommand.", + "group": "stream", + "since": "5.0.0", + "arity": -2 + } +} |