CG: remove stale comment. XREADGROUP is now implemented.

This commit is contained in:
antirez 2018-03-02 16:25:00 +01:00
parent e6d434c167
commit 9b423ae237

View File

@ -1805,6 +1805,4 @@ void xclaimCommand(client *c) {
setDeferredMultiBulkLength(c,arraylenptr,arraylen);
}
/* XREAD-GROUP will be implemented by xreadGenericCommand() */
/* XINFO <key> [CONSUMERS group|GROUPS|STREAM]. STREAM is the default */