Skip to content

Commit e886fa3

Browse files
authored
Update README.md
1 parent 15f5c61 commit e886fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MODULE unload iptables-input-filter
5454
### Dynamic delete configuration
5555

5656
By default keyspace events notifications are disabled because while not very sensible the feature uses some CPU power. Notifications are enabled using the notify-keyspace-events of redis.conf or via the CONFIG SET. Setting the parameter to the empty string disables notifications. In order to enable the feature a non-empty string is used, composed of multiple characters, where every character has a special meaning according to the following table:
57-
57+
```
5858
K Keyspace events, published with __keyspace@<db>__ prefix.
5959
E Keyevent events, published with __keyevent@<db>__ prefix.
6060
g Generic commands (non-type specific) like DEL, EXPIRE, RENAME, ...
@@ -66,7 +66,7 @@ z Sorted set commands
6666
x Expired events (events generated every time a key expires)
6767
e Evicted events (events generated when a key is evicted for maxmemory)
6868
A Alias for g$lshzxe, so that the "AKE" string means all the events.
69-
69+
```
7070
At least K or E should be present in the string, otherwise no event will be delivered regardless of the rest of the string.For instance to enable just Key-space events for lists, the configuration parameter must be set to Kl, and so forth.The string KEA can be used to enable every possible event.
7171

7272
```

0 commit comments

Comments
 (0)