From edd91aeb36e8f8df077cb5a3b440838defd2ed6b 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 3f31b5f93..ed3544374 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 */