Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h81 #define REDIS_CONNECT_RETRIES 10 macro
H A Dnet.c384 if (++reuses >= REDIS_CONNECT_RETRIES) { in _redisContextConnectTcp()