Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dconfig.c83 {"no", SUPERVISED_NONE},
2215 …teConfigEnumOption(state,"supervised",server.supervised_mode,supervised_mode_enum,SUPERVISED_NONE);
H A Dserver.h342 #define SUPERVISED_NONE 0 macro
H A Dserver.c1572 server.supervised_mode = SUPERVISED_NONE; in initServerConfig()