Home
last modified time | relevance | path

Searched refs:clientSubscriptionsCount (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c51 int clientSubscriptionsCount(client *c) { in clientSubscriptionsCount() function
82 addReplyLongLong(c,clientSubscriptionsCount(c)); in pubsubSubscribeChannel()
144 addReplyLongLong(c,clientSubscriptionsCount(c)); in pubsubSubscribePattern()
294 if (clientSubscriptionsCount(c) == 0) c->flags &= ~CLIENT_PUBSUB; in unsubscribeCommand()
314 if (clientSubscriptionsCount(c) == 0) c->flags &= ~CLIENT_PUBSUB; in punsubscribeCommand()