Corrects inline documentation of syntax

This commit is contained in:
Itamar Haber 2018-10-17 16:13:55 +03:00
parent fdb575993f
commit acb3b55280

View File

@ -1892,7 +1892,7 @@ void xackCommand(client *c) {
addReplyLongLong(c,acknowledged);
}
/* XPENDING <key> <group> [<start> <stop> <count>] [<consumer>]
/* XPENDING <key> <group> [<start> <stop> <count> [<consumer>]]
*
* If start and stop are omitted, the command just outputs information about
* the amount of pending messages for the key/group pair, together with