Merge pull request #5373 from gkorland/patch-5

add missing argument to function doc
This commit is contained in:
Salvatore Sanfilippo 2018-09-25 17:18:50 +02:00 committed by GitHub
commit 7bd5e55349

View File

@ -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) {