mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
parent
cec404f099
commit
fac3e8aab5
@ -1554,13 +1554,13 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) {
|
|||||||
|
|
||||||
/* XGROUP CREATE <key> <groupname> <id or $>
|
/* XGROUP CREATE <key> <groupname> <id or $>
|
||||||
* XGROUP SETID <key> <id or $>
|
* XGROUP SETID <key> <id or $>
|
||||||
* XGROUP DELGROUP <key> <groupname>
|
* XGROUP DESTROY <key> <groupname>
|
||||||
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
|
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
|
||||||
void xgroupCommand(client *c) {
|
void xgroupCommand(client *c) {
|
||||||
const char *help[] = {
|
const char *help[] = {
|
||||||
"CREATE <key> <groupname> <id or $> -- Create a new consumer group.",
|
"CREATE <key> <groupname> <id or $> -- Create a new consumer group.",
|
||||||
"SETID <key> <groupname> <id or $> -- Set the current group ID.",
|
"SETID <key> <groupname> <id or $> -- Set the current group ID.",
|
||||||
"DELGROUP <key> <groupname> -- Remove the specified group.",
|
"DESTROY <key> <groupname> -- Remove the specified group.",
|
||||||
"DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer.",
|
"DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer.",
|
||||||
"HELP -- Prints this help.",
|
"HELP -- Prints this help.",
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user