Releases: alexxiyang/shiro-redis
Releases · alexxiyang/shiro-redis
3.3.0
3.2.2
Change logs:
- Include sessionInMemory update in sessionDAO.doUpdate
- Add sessionInMemoryEnabled to turn on/off sessionInMemory
3.2.0
Change logs:
- Upgrade shiro-core to 1.3.2
- Fix
RedisCache
cannot setexpire
time to-1
defeat - Refactor unit tests
- Remove
DEFAULT_EXPIRE
fromRedisManager
since it's already been abandoned - Since only
RedisManager
andRedisSentinelManager
extendBaseRedisManager
, people might be confused thatRedisClusterManger
doesn't extendBaseRedisManager
. So changeBaseRedisManager
intoWorkAloneRedisManager
.
3.1.0
- Use
principalIdFieldName
to define Redis Auth Object id. DiscardAuthCachePrincipal
Interface - Add a new value -2 to
redisSessionDAO.expire
. Use -2 as default value. -2 means use session timeout as Redis session object expire time - Change the implements of IRedisManager.dbSize() into using scan