From 8b87876094d8897ecca25cb161b9ceadc975279f Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Fri, 21 Sep 2018 02:46:31 +0300 Subject: [PATCH 1/2] add missing argument to function doc --- src/t_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_stream.c b/src/t_stream.c index 40e0c84b8..a4d0efe1f 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1641,7 +1641,7 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) { * ----------------------------------------------------------------------- */ /* XGROUP CREATE - * XGROUP SETID + * XGROUP SETID * XGROUP DESTROY * XGROUP DELCONSUMER */ void xgroupCommand(client *c) { From 3a27b3d0d85d56ecd758b56c6af477ae5ff08a76 Mon Sep 17 00:00:00 2001 From: Pavel Skuratovich Date: Mon, 24 Sep 2018 16:14:36 +0300 Subject: [PATCH 2/2] Fix typo in comment --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 0f1214fc5..5e5362bb1 100644 --- a/redis.conf +++ b/redis.conf @@ -477,7 +477,7 @@ replica-priority 100 # # Port: The port is communicated by the replica during the replication # handshake, and is normally the port that the replica is using to -# list for connections. +# listen for connections. # # However when port forwarding or Network Address Translation (NAT) is # used, the replica may be actually reachable via different IP and port