add missing argument to function doc
This commit is contained in:
parent
2c89c5656a
commit
1c32aebf8c
@ -1641,7 +1641,7 @@ 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> <groupname> <id or $>
|
||||||
* XGROUP DESTROY <key> <groupname>
|
* XGROUP DESTROY <key> <groupname>
|
||||||
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
|
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
|
||||||
void xgroupCommand(client *c) {
|
void xgroupCommand(client *c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user