debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
357 stars 184 forks source link

Add support for JedisSentinelPool creation in RedisTool #31

Closed jonspalmer closed 8 years ago

jonspalmer commented 9 years ago

JedisTool only supports creating a JedisPool but JediSentinelPool would be great. It would be simple enough to key off the presence of config settings for master and sentinel values to switch which pool to create.

debop commented 8 years ago

2.0.0 changes from Jedis to Redisson. Redisson support Sentinel also. see redisson.yaml configuration