summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Li <aspirewit@gmail.com>2017-08-18 11:27:04 +0800
committerRichard Li <aspirewit@gmail.com>2017-08-18 11:27:45 +0800
commit2ef8c2f6c22e27507e62bf937a5b4e9f7429fdbd (patch)
tree6cf03538dcee2da22a65dcb504c19975e075bf31
parent202c2ebec4d47d6f8cfbb6c91dd4486dd62aebf6 (diff)
downloadredis-2ef8c2f6c22e27507e62bf937a5b4e9f7429fdbd.tar.gz
Update the comment
-rw-r--r--src/notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notify.c b/src/notify.c
index 94a1f2e79..79c1fc048 100644
--- a/src/notify.c
+++ b/src/notify.c
@@ -29,8 +29,8 @@
#include "server.h"
-/* This file implements keyspace events notification via Pub/Sub ad
- * described at http://redis.io/topics/keyspace-events. */
+/* This file implements keyspace events notification via Pub/Sub and
+ * described at https://redis.io/topics/notifications. */
/* Turn a string representing notification classes into an integer
* representing notification classes flags xored.