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

How to replicate Redis cache?

$
0
0

I'm working on a Java Spring application where some services are connected to an Elsticache Redis cluster for hibernate 2Level cache by using a Redisson client, other services are using Ehcache.

I know that for Ehcache we can replicate the cache by using its integration with JMS (and a message broker like ActiveMQ) like in this guide here. However I need to replicate the Redis cache on the Ehcache (and vice versa).

Is that possible without intervening manually in each data update method?
Does Redis have an integration with JMS the way Ehcache has?

I'm completely new and any help is appreciated.


Viewing all articles
Browse latest Browse all 2204

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>