summaryrefslogtreecommitdiff
path: root/tests/assets
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-01-25 13:19:08 +0100
committerantirez <antirez@gmail.com>2013-01-28 13:15:12 +0100
commitfce016d31bc11ff19de1f1ff216e4a0588fea3ac (patch)
treef183f0c98139b5b44e2561daf9fe47398c258add /tests/assets
parent1c0c551776bf2afae9314373012985db9b19bb03 (diff)
downloadredis-fce016d31bc11ff19de1f1ff216e4a0588fea3ac.tar.gz
Keyspace events: it is now possible to select subclasses of events.
When keyspace events are enabled, the overhead is not sever but noticeable, so this commit introduces the ability to select subclasses of events in order to avoid to generate events the user is not interested in. The events can be selected using redis.conf or CONFIG SET / GET.
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/default.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf
index 5d7ef95cd..6ecfaebe7 100644
--- a/tests/assets/default.conf
+++ b/tests/assets/default.conf
@@ -13,7 +13,7 @@
# units are case insensitive so 1GB 1Gb 1gB are all the same.
# Enable keyspace events notification for testing so that we cover more code.
-notify-keyspace-events yes
+notify-keyspace-events A
# By default Redis does not run as a daemon. Use 'yes' if you need it.
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.