Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1622 void dumpCommand(client *c);
H A Dserver.c273 {"dump",dumpCommand,2,"r",0,NULL,1,1,1,0,0},
H A Dcluster.c4451 void dumpCommand(client *c) { in dumpCommand() function