Searched refs:migrateCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.h | 1618 void migrateCommand(client *c);
|
| H A D | cluster.c | 4650 void migrateCommand(client *c) { in migrateCommand() function 5095 if ((migrating_slot || importing_slot) && cmd->proc == migrateCommand) in getNodeByQuery()
|
| H A D | server.c | 269 {"migrate",migrateCommand,-6,"w",0,migrateGetKeys,0,0,0,0,0},
|