lua-resty-redis
lua-resty-redis copied to clipboard
how to fast fail if redis server is not available
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.