From 613e4e028f23af40c9308f8dbce82c6c67593123 Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Tue, 1 Oct 2024 04:30:35 -0400 Subject: [PATCH] Update keyspace notifications link to valkey.io in code comment (#1100) As title description ![image](https://github.com/user-attachments/assets/655324e6-b042-4c2f-b558-b912a7d2c10c) Signed-off-by: hwware --- src/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notify.c b/src/notify.c index 5305f2466..c655457e8 100644 --- a/src/notify.c +++ b/src/notify.c @@ -30,7 +30,7 @@ #include "server.h" /* This file implements keyspace events notification via Pub/Sub and - * described at https://redis.io/topics/notifications. */ + * described at https://valkey.io/topics/notifications */ /* Turn a string representing notification classes into an integer * representing notification classes flags xored.