From cfb10060bdbc4517a3e56819718ae055fbbacbdd Mon Sep 17 00:00:00 2001 From: Mincho Paskalev Date: Thu, 3 Jul 2025 13:12:21 +0300 Subject: [PATCH] Fix docs about the A param of KSN config --- content/develop/use/keyspace-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/use/keyspace-notifications.md b/content/develop/use/keyspace-notifications.md index ebc98e8f0..cc78d6f0c 100644 --- a/content/develop/use/keyspace-notifications.md +++ b/content/develop/use/keyspace-notifications.md @@ -85,7 +85,7 @@ following table: n New key events (Note: not included in the 'A' class) o Overwritten events (events generated every time a key is overwritten) c Type-changed events (events generated every time a key's type changes) - A Alias for "g$lshztxed", so that the "AKE" string means all the events except "m" and "n". + A Alias for "g$lshztxedoc", so that the "AKE" string means all the events except "m" and "n". At least `K` or `E` should be present in the string, otherwise no event will be delivered regardless of the rest of the string.