Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dnetworking.c1569 if (type != -1 && getClientType(client) != type) continue; in clientCommand()
1739 int getClientType(client *c) { in getClientType() function
1775 class = getClientType(c); in checkClientOutputBufferLimits()
H A Dserver.h1131 int getClientType(client *c);