Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c326 void flushallCommand(client *c) { in flushallCommand() function
H A Dserver.h1542 void flushallCommand(client *c);
H A Dserver.c246 {"flushall",flushallCommand,1,"w",0,NULL,0,0,0,0,0},