We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e382a commit 1f082acCopy full SHA for 1f082ac
README.md
@@ -532,8 +532,8 @@ sub.subscribe("a nice channel");
532
```
533
534
When a client issues a `SUBSCRIBE` or `PSUBSCRIBE`, that connection is put into
535
-a "subscriber" mode. At that point, only commands that modify the subscription
536
-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
537
the subscription set is empty, the connection is put back into regular mode.
538
539
If you need to send regular commands to Redis while in subscriber mode, just
0 commit comments