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 6506134 commit f0601caCopy full SHA for f0601ca
content/develop/use/keyspace-notifications.md
@@ -26,7 +26,7 @@ Examples of events that can be received are:
26
* All the keys receiving an LPUSH operation.
27
* All the keys expiring in the database 0.
28
29
-Note: Redis Pub/Sub is *fire and forget* that is, if your Pub/Sub client disconnects,
+Note: Redis Pub/Sub is *fire and forget*; that is, if your Pub/Sub client disconnects,
30
and reconnects later, all the events delivered during the time the client was
31
disconnected are lost.
32
0 commit comments