From c90af7cd14214e35d3a570d6619e30e965f692d6 Mon Sep 17 00:00:00 2001 From: vps Date: Sun, 27 Jul 2014 20:14:39 -0700 Subject: [PATCH] * fixed doc URL for keyspace events --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 5eb1beeb..33f28a5b 100644 --- a/redis.conf +++ b/redis.conf @@ -687,7 +687,7 @@ latency-monitor-threshold 0 ############################# Event notification ############################## # Redis can notify Pub/Sub clients about events happening in the key space. -# This feature is documented at http://redis.io/topics/keyspace-events +# This feature is documented at http://redis.io/topics/notifications # # For instance if keyspace events notification is enabled, and a client # performs a DEL operation on key "foo" stored in the Database 0, two