Home
last modified time | relevance | path

Searched refs:scriptCommand (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.c295 {"script",scriptCommand,-2,"s",0,NULL,0,0,0,0,0},
2722 !(c->cmd->proc == scriptCommand && in processCommand()
H A Dserver.h2096 void scriptCommand(client *c);
H A Dscripting.c1490 void scriptCommand(client *c) { in scriptCommand() function