Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c203 int slave_mode; member
1122 !strcasecmp(command,"psync")) config.slave_mode = 1; in cliSendCommand()
1162 if (config.slave_mode) { in cliSendCommand()
1165 config.slave_mode = 0; in cliSendCommand()
1280 config.slave_mode = 1; in parseOptions()
1282 config.slave_mode = 1; in parseOptions()
7010 config.slave_mode = 0; in main()
7086 if (config.slave_mode) { in main()