Unverified Commit 8b878760 authored by Guy Korland's avatar Guy Korland Committed by GitHub
Browse files

add missing argument to function doc

parent 0d6f11f4
...@@ -1641,7 +1641,7 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) { ...@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment