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

Support Shiro In-Memory Session Cache when Redis is down/unavailable #109

Open AlbozDroid opened 4 years ago

AlbozDroid commented 4 years ago

Hi All,

Would it be possible to use the default Redis ConcurrentHashMap in-memory session store when Redis is down?. This way an application user would continue to do its work even if redis goes down for a while.

What do you think of this as a new feature?