mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Corrects inline documentation of syntax
This commit is contained in:
parent
fdb575993f
commit
acb3b55280
@ -1892,7 +1892,7 @@ void xackCommand(client *c) {
|
|||||||
addReplyLongLong(c,acknowledged);
|
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
|
* If start and stop are omitted, the command just outputs information about
|
||||||
* the amount of pending messages for the key/group pair, together with
|
* the amount of pending messages for the key/group pair, together with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user