Skip to content

Commit

Permalink
Update old link for modules-api-ref.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty authored and michael-grunder committed Nov 4, 2024
1 parent e0f4820 commit 8d8703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ static int __redisGetSubscribeCallback(redisAsyncContext *ac, redisReply *reply,

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

0 comments on commit 8d8703e

Please sign in to comment.