From 9b423ae2378b9234f100f5c1617ba18fba9db1a3 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 2 Mar 2018 16:25:00 +0100 Subject: [PATCH] CG: remove stale comment. XREADGROUP is now implemented. --- src/t_stream.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/t_stream.c b/src/t_stream.c index 3f31b5f9..ed354437 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1805,6 +1805,4 @@ void xclaimCommand(client *c) { setDeferredMultiBulkLength(c,arraylenptr,arraylen); } -/* XREAD-GROUP will be implemented by xreadGenericCommand() */ - /* XINFO [CONSUMERS group|GROUPS|STREAM]. STREAM is the default */