Skip to content

Commit a2db6db

Browse files
committed
final fix for ksn docs
1 parent a4220f7 commit a2db6db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/develop/pubsub/keyspace-notifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ following table:
8282
d Module key type events
8383
x Expired events (events generated every time a key expires)
8484
e Evicted events (events generated when a key is evicted for maxmemory)
85-
m Key miss events (events generated when a key that doesn't exist is accessed)
86-
n New key events (Note: not included in the 'A' class)
87-
o Overwritten events (events generated every time a key is overwritten)
88-
c Type-changed events (events generated every time a key's type changes)
85+
m Key miss events generated when a key that doesn't exist is accessed (Note: not included in the 'A' class)
86+
n New key events generated whenever a new key is created (Note: not included in the 'A' class)
87+
o Overwritten events generated every time a key is overwritten (Note: not included in the 'A' class)
88+
c Type-changed events generated every time a key's type changes (Note: not included in the 'A' class)
8989
A Alias for "g$lshztdxe", so that the "AKE" string means all the events except "m", "n", "o" and "c".
9090

9191
At least `K` or `E` should be present in the string, otherwise no event

0 commit comments

Comments
 (0)