Commit 9e0e5ccb authored by antirez's avatar antirez
Browse files

Fix XINFO comment for consistency.

parent 08c26591
...@@ -2245,7 +2245,7 @@ void xtrimCommand(client *c) { ...@@ -2245,7 +2245,7 @@ void xtrimCommand(client *c) {
addReplyLongLong(c,deleted); addReplyLongLong(c,deleted);
} }
/* XINFO CONSUMERS key group /* XINFO CONSUMERS <key> <group>
* XINFO GROUPS <key> * XINFO GROUPS <key>
* XINFO STREAM <key> * XINFO STREAM <key>
* XINFO HELP. */ * XINFO HELP. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment