hibernate-redis
hibernate-redis copied to clipboard
Hibernate cache eviction scheduler in app server(tomcat) cluster
We are using Hibernate-redis in spring boot for entity cache. we have configured expiry time for the entities in cache and the eviction is working fine.
if we deploy this application in a cluster of independent tomcat servers , will the eviction task run in each tomcat instance of the cluster? If so, will it be a overhead on App-server or Redis?
Please let us know if there is a way to handle the scenario.
.