Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h135 #define CONFIG_DEFAULT_SLAVE_IGNORE_MAXMEMORY 1 macro
H A Dconfig.c2152 …eplica-ignore-maxmemory",server.repl_slave_ignore_maxmemory,CONFIG_DEFAULT_SLAVE_IGNORE_MAXMEMORY);
H A Dserver.c1661 server.repl_slave_ignore_maxmemory = CONFIG_DEFAULT_SLAVE_IGNORE_MAXMEMORY; in initServerConfig()