Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c2047 return CLIENT_TYPE_SLAVE; in getClientType()
2054 else if (!strcasecmp(name,"slave")) return CLIENT_TYPE_SLAVE; in getClientTypeByName()
2055 else if (!strcasecmp(name,"replica")) return CLIENT_TYPE_SLAVE; in getClientTypeByName()
2064 case CLIENT_TYPE_SLAVE: return "slave"; in getClientTypeName()
H A Dserver.h279 #define CLIENT_TYPE_SLAVE 1 /* Slaves. */ macro