Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h2090 void dumpCommand(client *c);
H A Dserver.c288 {"dump",dumpCommand,2,"rR",0,NULL,1,1,1,0,0},
H A Dcluster.c4834 void dumpCommand(client *c) { in dumpCommand() function