Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c2048 if (c->flags & CLIENT_PUBSUB) return CLIENT_TYPE_PUBSUB; in getClientType()
2056 else if (!strcasecmp(name,"pubsub")) return CLIENT_TYPE_PUBSUB; in getClientTypeByName()
2065 case CLIENT_TYPE_PUBSUB: return "pubsub"; in getClientTypeName()
H A Dserver.h280 #define CLIENT_TYPE_PUBSUB 2 /* Clients subscribed to PubSub channels. */ macro