We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jedis 版本 4.3.2
The text was updated successfully, but these errors were encountered:
同样的问题
Sorry, something went wrong.
有解决方案吗
我把它内嵌的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的版本
No branches or pull requests
jedis 版本 4.3.2
The text was updated successfully, but these errors were encountered: