Skip to content

Commit 1e32f62

Browse files
committed
final fix for ksn docs
1 parent 59e0d8f commit 1e32f62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/develop/use/keyspace-notifications.md

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

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

0 commit comments

Comments
 (0)