Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c227 int last_cmd_type; member
1028 config.last_cmd_type = reply->type; in cliReadReply()
1175 … if (!strcasecmp(command,"select") && argc == 2 && config.last_cmd_type != REDIS_REPLY_ERROR) { in cliSendCommand()
7028 config.last_cmd_type = -1; in main()