Quantcast
Channel: Active questions tagged redis+java - Stack Overflow
Viewing all articles
Browse latest Browse all 2204

Can you continue execution without redis when the redis server is down?

$
0
0

I have a java spring boot api rest service.I put in this service some annotations to cache methods @Cacheable @CachePut @CacheEvict..We want to continue execution of these methods when redis server is down without cache.

Is there any way through some method or parameter to configure, to tell the service to continue without cache?


Viewing all articles
Browse latest Browse all 2204

Trending Articles