alexxiyang / shiro-redis

shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
MIT License
1.17k stars 444 forks source link

Update RedisSentinelManager.java #131

Closed pluone closed 4 years ago

pluone commented 4 years ago

private volatile JedisCluster jedisCluster = null; 使用双重检查模式的属性应使用volatile修饰,作者这里应该是忘记了

alexxiyang commented 4 years ago

多谢提醒