Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h2095 void evalShaCommand(client *c);
H A Dscripting.c1473 void evalShaCommand(client *c) { in evalShaCommand() function
H A Dserver.c293 {"evalsha",evalShaCommand,-3,"s",0,evalGetKeys,0,0,0,0,0},
H A Dcluster.c5611 cmd->proc == evalShaCommand) && in getNodeByQuery()