diff --git a/redis.conf b/redis.conf index 39e29b73f2ce7f286b9a12a7aa23b7452ce67230..acc90e563b20b0ef7171f9654fed0f23b7d6ef57 100644 --- a/redis.conf +++ b/redis.conf @@ -595,7 +595,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