Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h106 #define CONFIG_DEFAULT_SLAVE_PRIORITY 100 macro
H A Dconfig.c2160 …onfigNumericalOption(state,"replica-priority",server.slave_priority,CONFIG_DEFAULT_SLAVE_PRIORITY);
H A Dserver.c1671 server.slave_priority = CONFIG_DEFAULT_SLAVE_PRIORITY; in initServerConfig()