mybatis / redis-cache

MyBatis Redis Cache adapter

Home Page:http://mybatis.github.io/redis-cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when redis server down

iarwen opened this issue · comments

commented

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.