lua-resty-redis icon indicating copy to clipboard operation
lua-resty-redis copied to clipboard

how to fast fail if redis server is not available

Open QianmuZ opened this issue 6 years ago • 0 comments
trafficstars

redis is used to cache data, if redis service is unavailable, how could app fast pass redis connect wait, and continue to query data from other system.

only set timeout contains connect time and execute time, cannot recognize connection time faliure.

QianmuZ avatar Jul 23 '19 13:07 QianmuZ