Fix XINFO comment for consistency.

This commit is contained in:
antirez 2018-10-01 11:38:58 +02:00
parent 08c26591e3
commit 9e0e5ccbf4

View File

@ -2245,7 +2245,7 @@ void xtrimCommand(client *c) {
addReplyLongLong(c,deleted);
}
/* XINFO CONSUMERS key group
/* XINFO CONSUMERS <key> <group>
* XINFO GROUPS <key>
* XINFO STREAM <key>
* XINFO HELP. */