diff options
author | antirez <antirez@gmail.com> | 2013-01-25 17:34:52 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2013-01-28 13:15:16 +0100 |
commit | 562b2bd6a7d6e8ee893d68059360b593ed43352f (patch) | |
tree | 5d5ab5783bc1e52320049df7af6e40905d9acde2 /tests/assets | |
parent | fce016d31bc11ff19de1f1ff216e4a0588fea3ac (diff) | |
download | redis-562b2bd6a7d6e8ee893d68059360b593ed43352f.tar.gz |
Keyspace notifications: fixed a leak and a bug introduced in the latest commit.
Diffstat (limited to 'tests/assets')
-rw-r--r-- | tests/assets/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf index 6ecfaebe7..ad98b79a4 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 A +notify-keyspace-events KEA # 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. |