Jar examples for s: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!
You can download jar file shiro-redis 1.0.0-RELEASE in this page.
The Apache Software License, Version 2.0
You can use the following script to add shiro-redis-1.0.0-RELEASE.jar to your project.
<dependency> <groupId>org.crazycake</groupId> <artifactId>shiro-redis</artifactId> <version>1.0.0-RELEASE</version> </dependency>
compile group: 'org.crazycake', name: 'shiro-redis', version: '1.0.0-RELEASE'
libraryDependencies += "org.crazycake" % "shiro-redis" % "1.0.0-RELEASE"
<dependency org="org.crazycake" name="shiro-redis" rev="1.0.0-RELEASE"/>
@Grapes(@Grab(group='org.crazycake', module='shiro-redis', version='1.0.0-RELEASE'))
'org.crazycake:shiro-redis:jar:1.0.0-RELEASE'
Click the following link to download the jar file.
shiro-redis-1.0.0-RELEASE-javadoc.jar