mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Corrects inline documentation of syntax
This commit is contained in:
parent
713800d20a
commit
e5e4d2ef08
@ -1898,7 +1898,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user