Searched refs:dumpCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.h | 1622 void dumpCommand(client *c);
|
| H A D | server.c | 273 {"dump",dumpCommand,2,"r",0,NULL,1,1,1,0,0},
|
| H A D | cluster.c | 4451 void dumpCommand(client *c) { in dumpCommand() function
|