I have a crazy idea : use Redis as hibernate second cache level. Redis is an in-memory datastore, it supports replication, pipeline, etc.. The goal is to share the hibernate cac
Redisson framework implements Redis based Hibernate Cache. It supports Hibernate 5.3 and 5.4.
Please refer to documentation for more details.