我已经在我的 Spring 应用程序中启用了缓存,我使用 Redis 来达到这个目的。但是,每当发生连接故障时,应用程序就会停止工作,而我认为它最好跳过缓存并继续正常执行流程。
那么,有没有人知道如何在 Spring 中优雅地做到这一点?
这是我得到的例外。
Caused by: org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool