Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c194 int monitor_mode; member
1118 if (!strcasecmp(command,"monitor")) config.monitor_mode = 1; in cliSendCommand()
1149 while (config.monitor_mode) { in cliSendCommand()
7002 config.monitor_mode = 0; in main()