Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c1680 server.repl_state = REPL_STATE_SEND_PORT; in syncWithMaster()
1693 server.repl_state = REPL_STATE_SEND_PORT; in syncWithMaster()
1698 if (server.repl_state == REPL_STATE_SEND_PORT) { in syncWithMaster()
H A Dserver.h295 #define REPL_STATE_SEND_PORT 6 /* Send REPLCONF listening-port */ macro