Searched refs:syncCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.h | 1540 void syncCommand(client *c);
|
| H A D | server.c | 242 {"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 D | replication.c | 564 void syncCommand(client *c) { in syncCommand() function
|