Redis as Hibernate second level cache

后端 未结 6 1097
悲哀的现实
悲哀的现实 2021-01-30 11:19

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

6条回答
  •  离开以前
    2021-01-30 11:45

    Redisson framework implements Redis based Hibernate Cache. It supports Hibernate 5.3 and 5.4.

    Please refer to documentation for more details.

提交回复
热议问题