Skip to content

Commit 8d8703e

Browse files
dwdoughertymichael-grunder
authored andcommitted
Update old link for modules-api-ref.md
1 parent e0f4820 commit 8d8703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ static int __redisGetSubscribeCallback(redisAsyncContext *ac, redisReply *reply,
478478

479479
/* Match reply with the expected format of a pushed message.
480480
* The type and number of elements (3 to 4) are specified at:
481-
* https://redis.io/topics/pubsub#format-of-pushed-messages */
481+
* https://redis.io/docs/latest/develop/interact/pubsub/#format-of-pushed-messages */
482482
if ((reply->type == REDIS_REPLY_ARRAY && !(c->flags & REDIS_SUPPORTS_PUSH) && reply->elements >= 3) ||
483483
reply->type == REDIS_REPLY_PUSH) {
484484
assert(reply->element[0]->type == REDIS_REPLY_STRING);

0 commit comments

Comments
 (0)