Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h2094 void evalCommand(client *c);
H A Dscripting.c1466 void evalCommand(client *c) { in evalCommand() function
H A Dserver.c292 {"eval",evalCommand,-3,"s",0,evalGetKeys,0,0,0,0,0},
H A Dcluster.c5610 (cmd->flags & CMD_READONLY || cmd->proc == evalCommand || in getNodeByQuery()