Skip to content

Commit b35f6d1

Browse files
committed
Merge branch 'feat-ros-8.2' of github.com:redis/docs into feat-ros-8.2
2 parents afdd787 + 215076b commit b35f6d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/develop/pubsub/keyspace-notifications.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ 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)
89-
A Alias for "g$lshztxed", so that the "AKE" string means all the events except "m" and "n".
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)
89+
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
9292
will be delivered regardless of the rest of the string.

0 commit comments

Comments
 (0)