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

什么时候能支持Lettuce,并直接使用spring-data-redis #145

Open gang0713 opened 3 years ago

gang0713 commented 3 years ago

什么时候能支持Lettuce,并直接使用spring-data-redis

gang0713 commented 3 years ago

很多项目都使用了spring-data-redis,应该不用自己再去管理了,直接注入RedisTemplate<String, Object> 操作数据。