Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h184 int redisReconnect(redisContext *c);
H A Dtest.c494 redisReconnect(c); in test_blocking_connection_timeouts()
502 redisReconnect(c); in test_blocking_connection_timeouts()
H A Dhiredis.c643 int redisReconnect(redisContext *c) { in redisReconnect() function