mirror of
https://github.com/fluencelabs/redis
synced 2025-05-16 12:31:20 +00:00
Fix XGROUP help missing space.
This commit is contained in:
parent
8246a38e83
commit
cd2b5a79ff
@ -1565,7 +1565,7 @@ void xgroupCommand(client *c) {
|
||||
const char *help[] = {
|
||||
"CREATE <key> <groupname> <id or $> -- Create a new consumer group.",
|
||||
"SETID <key> <groupname> <id or $> -- Set the current group ID.",
|
||||
"DESTROY <key> <groupname> -- Remove the specified group.",
|
||||
"DESTROY <key> <groupname> -- Remove the specified group.",
|
||||
"DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer.",
|
||||
"HELP -- Prints this help.",
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user