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

shiro-redis 3.3.1 程序启动后 每隔一个小时 redis 实例 cpu 升高 #156

Open liuhuacong opened 2 years ago

liuhuacong commented 2 years ago

image 2853568D-7772-4252-AE4A-472B3ABEAB33

silloy commented 2 years ago

怀疑和使用 keys 命令有关,不清楚为什么不用scan 或者 sets

lihulanxx commented 10 months ago

应该是的,和keys有关,感觉都没人维护了