Open indiff opened 1 year ago
同样的问题
有解决方案吗
我把它内嵌的jedis替换掉就好了
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>org.crazycake</groupId>
<artifactId>shiro-redis</artifactId>
<version>3.3.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
</exclusion>
<exclusion>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</exclusion>
</exclusions>
</dependency>
5.x的jedis好像只能改仓库代码了 https://github.com/ilaotan/shiro-redis/tree/jedis5
自己更新提升jedis的版本
jedis 版本 4.3.2