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!
1.17k
stars
446
forks
source link
Update RedisSentinelManager.java #131
Closed
pluone closed 4 years ago
private volatile JedisCluster jedisCluster = null; 使用双重检查模式的属性应使用volatile修饰,作者这里应该是忘记了