issues
search
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
446
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
增加lettuce支持,以及优化之前代码,并升级shiro版本,pom文件修改为支持自由选择lettuce或jedis,这个需要怎么配置,麻烦说明一下
#174
gang0713
opened
2 months ago
1
这个项目怎么不维护了,包更新了重新发下版本呀
#173
gang0713
opened
2 months ago
1
Shiro-redis not working for clustered AWS elastic cache
#172
shagun3
opened
8 months ago
0
Bump org.apache.shiro:shiro-core from 1.11.0 to 1.13.0
#171
dependabot[bot]
opened
10 months ago
0
sessionInMemoryEnabled 打开后,内存占用较高
#170
rick-2023
opened
10 months ago
1
shiro-redis使用自定义的RedisSerializer出现的问题
#169
86jkuncle
opened
11 months ago
0
Spring Boot 3.1.4 使用的时候报错 java.lang.NoSuchMethodError: 'java.lang.Long redis.clients.jedis.Jedis.del(byte[])'
#168
indiff
opened
1 year ago
5
增加lettuce支持
#167
TsukasaHwan
closed
10 months ago
1
保证拿到的集合中没有null值
#166
ilaotan
closed
1 year ago
1
偶发的NPE异常
#165
ilaotan
closed
1 year ago
0
使用redis哨兵模式时 连接redis哨兵报错NOAUTH Authentication required
#164
Ccccccai777
opened
1 year ago
1
shiro-core version need update to 1.7 or larger
#163
simpleant
opened
1 year ago
1
bug:There is no session with id
#162
XiaoYaoXiaoYao
opened
2 years ago
0
Bump shiro-core from 1.6.0 to 1.10.0
#161
dependabot[bot]
closed
1 year ago
0
[微服务之间的session共享],请问有什么方案推荐么?
#160
sandubuhan
opened
2 years ago
1
redis4.x版本,直接报错,只能使用3.x版本
#159
yuxicun
opened
2 years ago
13
Bump shiro-core from 1.6.0 to 1.9.1
#158
dependabot[bot]
closed
2 years ago
1
There is no session with id
#157
prepare007
opened
2 years ago
1
shiro-redis 3.3.1 程序启动后 每隔一个小时 redis 实例 cpu 升高
#156
liuhuacong
opened
2 years ago
2
Apache Shiro < 1.8.0 have a problem that Authentication bypasses the vulnerability(CVE-2021-41303)
#155
LinJ-C
opened
2 years ago
0
com.puppycrawl.tools:checkstyle 代码问题漏洞(CVE-2019-10782)
#154
chen497147884
opened
2 years ago
0
在SecurityUtils.getSubject().logout()时报错
#153
liumarcus70s
closed
2 years ago
0
Bump shiro-core from 1.6.0 to 1.8.0
#152
dependabot[bot]
closed
2 years ago
1
报错java.net.SocketTimeoutException: Read timed out
#151
shawbs
opened
3 years ago
1
3.3.2版本怎么这和久都不发布啊
#150
gang0713
opened
3 years ago
6
Upgrade to Jedis 3.6.0
#149
gkorland
closed
1 year ago
0
shiro-redis.cache-manager.expire
#148
lmld-dl
opened
3 years ago
0
shiro redis 版本从3.0.0升级到3.3.1登录报 UnknownSessionException
#147
pengboyin
opened
3 years ago
0
RedisSessionDAO出现AQS线程阻塞
#146
boyce-yan
closed
3 years ago
0
什么时候能支持Lettuce,并直接使用spring-data-redis
#145
gang0713
opened
3 years ago
1
Add Lettuce redis client support
#144
yiyingcanfeng
closed
3 years ago
0
SpringBoot+shiro集成redis异常:tried to access method redis.clients.jedis.JedisPool.returnResource
#143
hzucc
opened
3 years ago
0
可以把连接redis客户端改为lettuce吗
#142
hwz453843794
opened
3 years ago
2
shiro 保存权限信息 redis存储的SimpleAuthorizationInfo 结果乱码
#141
NMY-Y
opened
3 years ago
0
Maven Dependency convergence error when maven-enforcer-plugin is used
#140
shanidak
opened
3 years ago
0
使用这个shiro-redis一直提示序列化失败
#139
Hgqin
closed
3 years ago
0
登陆之后token验证不走redis缓存
#138
Sage520
opened
4 years ago
6
[bug] 在3.2.3 中出现死锁,造成应用假死
#137
freshgeek
closed
4 years ago
11
3.3.1版本打包会把maven-一堆jar包打进工程里去。
#136
gang0713
closed
4 years ago
1
redis中没有获取到value时候跳转到登录界面
#135
waterWang
opened
4 years ago
1
springboot 2.3.4 + shiro 1.6 升级3.3.0后跑不起来了,3.2.3正常运行
#134
yuxicun
closed
4 years ago
4
RedisManager类中是否少端口port,2.1.0中存在,3.3.0中没有发现
#133
184005306
closed
4 years ago
2
3.3.0最低支持jdk11了? 可否打个jdk7+的版本?新特性都没用到呢,为啥要支持这么高
#132
ilaotan
closed
4 years ago
8
Update RedisSentinelManager.java
#131
pluone
closed
4 years ago
1
目前发现复制代码中的RedisSessionDao代码自己重写,加入日志代码,发现通过同一个sessionId从ThreadLocal当中获取的session不一致
#130
yarcl
closed
4 years ago
3
Update WorkAloneRedisManager.java
#129
xxgao
closed
4 years ago
1
JedisPool优化问题
#128
xiyoumaila
closed
4 years ago
1
springBoot2.2依赖方法名变更
#127
yythlj
closed
4 years ago
3
怎么更改session的过期时间?
#126
shudj
closed
4 years ago
1
springboot版本2.24使用jedis版本3.1.0,报出找不到方法错误,像是不太支持新版本jedis
#125
zwnop
closed
4 years ago
2
Next