Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddebug.c364 protectClient(c); in debugCommand()
376 protectClient(c); in debugCommand()
H A Dnetworking.c1161 void protectClient(client *c) { in protectClient() function
H A Dserver.h1488 void protectClient(client *c);
H A Dscripting.c1250 protectClient(server.lua_caller); in luaMaskCountHook()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1168 Actually use the protectClient() API where needed.
1172 Introduce protectClient() + some refactoring.