redis-cache
redis-cache copied to clipboard
when redis server down
if redis server down,i want direct query from db and not throw exception, how can i config?
maybe ,you can catch the exception ,don't throw and direct query from db
No follow up?
I think should add try-catch to RedisCallback.doWithRedis() to avoid system error. But it's need independent monitor to monitoring reids and mysql.
closing as old and not sure this was intended here as question on redis.