From 1f082aca54f191f5aacf12ab95d01597cc95d4fa Mon Sep 17 00:00:00 2001 From: German Capuano Date: Mon, 3 Feb 2020 09:45:00 -0500 Subject: [PATCH] docs(*): additional clarification of Pub/Sub section (#1489) The previous phrasing wasn't clear to me. The oxford comma is necessary to avoid ambiguity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 329d046653..91695a8b8b 100644 --- a/README.md +++ b/README.md @@ -532,8 +532,8 @@ sub.subscribe("a nice channel"); ``` When a client issues a `SUBSCRIBE` or `PSUBSCRIBE`, that connection is put into -a "subscriber" mode. At that point, only commands that modify the subscription -set are valid and quit (and depending on the redis version ping as well). When +a "subscriber" mode. At that point, the only valid commands are those that modify the subscription +set, and quit (also ping on some redis versions). When the subscription set is empty, the connection is put back into regular mode. If you need to send regular commands to Redis while in subscriber mode, just