Redis as Hibernate second level cache

后端 未结 6 1100
悲哀的现实
悲哀的现实 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:44

    I made Hibernate 2nd level cache with Redis

    check it!

    https://github.com/debop/hibernate-redis

提交回复
热议问题