Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1540 void syncCommand(client *c);
H A Dserver.c242 {"sync",syncCommand,1,"ars",0,NULL,0,0,0,0,0},
243 {"psync",syncCommand,3,"ars",0,NULL,0,0,0,0,0},
H A Dreplication.c564 void syncCommand(client *c) { in syncCommand() function