summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-02-06 10:43:05 +0100
committerGitHub <noreply@github.com>2020-02-06 10:43:05 +0100
commit5bfba06a3bddc7041987652f8d33d6cd42c9603b (patch)
treefdb7db48378cafde575e35313ccdc6e65efc5d44 /redis.conf
parent2e1dd00c8013d5f0b9c7067ede1b74be5ceb3c45 (diff)
parent2fda5f5c98ca0f0ce426c7dff3951804db62e0fe (diff)
downloadredis-5bfba06a3bddc7041987652f8d33d6cd42c9603b.tar.gz
Merge pull request #6821 from guybe7/key_miss_notify
Exclude "keymiss" notification from NOTIFY_ALL
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 3c7336747..c04880f32 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1361,7 +1361,11 @@ latency-monitor-threshold 0
# z Sorted set commands
# x Expired events (events generated every time a key expires)
# e Evicted events (events generated when a key is evicted for maxmemory)
-# A Alias for g$lshzxe, so that the "AKE" string means all the events.
+# t Stream commands
+# m Key-miss events (Note: It is not included in the 'A' class)
+# A Alias for g$lshzxet, so that the "AKE" string means all the events
+# (Except key-miss events which are excluded from 'A' due to their
+# unique nature).
#
# The "notify-keyspace-events" takes as argument a string that is composed
# of zero or multiple characters. The empty string means that notifications