hibernate-redis icon indicating copy to clipboard operation
hibernate-redis copied to clipboard

Hibernate cache eviction scheduler in app server(tomcat) cluster

Open MurthyKVN opened this issue 7 years ago • 0 comments

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.

.

MurthyKVN avatar Aug 23 '17 09:08 MurthyKVN