debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
358 stars 182 forks source link

Allow JedisClient to take a Pool rather than a JedisPool and add configuration support for JedisSentinelPools #33

Closed jonspalmer closed 8 years ago

jonspalmer commented 9 years ago

Now have the ability to configure a JedisSentinelPool rather than a JedisPool

jonspalmer commented 9 years ago

Fixes #31

jonspalmer commented 9 years ago

Any news on getting this included?

johnou commented 8 years ago

Project now uses Redisson.