Skip to content

Commit f0601ca

Browse files
authored
Update keyspace-notifications.md (#531)
1 parent 6506134 commit f0601ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/use/keyspace-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Examples of events that can be received are:
2626
* All the keys receiving an LPUSH operation.
2727
* All the keys expiring in the database 0.
2828

29-
Note: Redis Pub/Sub is *fire and forget* that is, if your Pub/Sub client disconnects,
29+
Note: Redis Pub/Sub is *fire and forget*; that is, if your Pub/Sub client disconnects,
3030
and reconnects later, all the events delivered during the time the client was
3131
disconnected are lost.
3232

0 commit comments

Comments
 (0)