mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
add missing argument to function doc
This commit is contained in:
parent
0d6f11f4d1
commit
8b87876094
@ -1641,7 +1641,7 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) {
|
||||
* ----------------------------------------------------------------------- */
|
||||
|
||||
/* XGROUP CREATE <key> <groupname> <id or $>
|
||||
* XGROUP SETID <key> <id or $>
|
||||
* XGROUP SETID <key> <groupname> <id or $>
|
||||
* XGROUP DESTROY <key> <groupname>
|
||||
* XGROUP DELCONSUMER <key> <groupname> <consumername> */
|
||||
void xgroupCommand(client *c) {
|
||||
|
Loading…
Reference in New Issue
Block a user