Searched refs:REDIS_CONNECT_RETRIES (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ | ||
| H A D | hiredis.h | 81 #define REDIS_CONNECT_RETRIES 10 macro |
| H A D | net.c | 384 if (++reuses >= REDIS_CONNECT_RETRIES) { in _redisContextConnectTcp() |