Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c1191 static redisReply *reconnectingRedisCommand(redisContext *c, const char *fmt, ...) { in reconnectingRedisCommand() function
5519 src_reply = reconnectingRedisCommand(src_ctx, "INFO"); in clusterManagerCommandImport()
5532 src_reply = reconnectingRedisCommand(src_ctx, "DBSIZE"); in clusterManagerCommandImport()
5571 src_reply = reconnectingRedisCommand(src_ctx, "SCAN %d COUNT %d", in clusterManagerCommandImport()
5593 redisReply *r = reconnectingRedisCommand(src_ctx, cmdfmt, in clusterManagerCommandImport()
5740 reply = reconnectingRedisCommand(context,"PING"); in latencyMode()
5893 reply = reconnectingRedisCommand(context,"PING"); in latencyDistMode()
6713 reply = reconnectingRedisCommand(context,"INFO"); in statMode()