Home
last modified time | relevance | path

Searched refs:was_master (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c122 int was_master = server.masterhost == NULL; in execCommand() local
200 if (server.repl_backlog && was_master && !is_master) { in execCommand()
H A Dreplication.c1959 int was_master = server.masterhost == NULL; in replicationSetMaster() local
1975 if (was_master) replicationCacheMasterUsingMyself(); in replicationSetMaster()