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 <wen.hui.ware@gmail.com>
This commit is contained in:
Wen Hui 2024-10-01 04:30:35 -04:00 committed by GitHub
parent ac569c09f8
commit 613e4e028f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.