summaryrefslogtreecommitdiff
path: root/tests/assets
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-01-24 16:27:48 +0100
committerantirez <antirez@gmail.com>2013-01-28 13:15:01 +0100
commit40f822da739a061597139770f355ec8db45cade7 (patch)
treeb979e3ecca92798f33f96094176575a8439a3f28 /tests/assets
parentda04e6ed44bf80c5e2fe282522f924e8f55921cb (diff)
downloadredis-40f822da739a061597139770f355ec8db45cade7.tar.gz
Enable keyspace events notification when testing.
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/default.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf
index 1b2345047..5d7ef95cd 100644
--- a/tests/assets/default.conf
+++ b/tests/assets/default.conf
@@ -12,6 +12,9 @@
#
# 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
+
# 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.
daemonize no