summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-03-02 16:25:00 +0100
committerantirez <antirez@gmail.com>2018-03-15 12:54:10 +0100
commit9b423ae2378b9234f100f5c1617ba18fba9db1a3 (patch)
tree928b597bab106ad41c511464b2023cea2cfce888
parente6d434c1679791a2327c48036c13210b568a6fe6 (diff)
downloadredis-9b423ae2378b9234f100f5c1617ba18fba9db1a3.tar.gz
CG: remove stale comment. XREADGROUP is now implemented.
-rw-r--r--src/t_stream.c2
1 files changed, 0 insertions, 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 <key> [CONSUMERS group|GROUPS|STREAM]. STREAM is the default */