is not current version
Last Version 3.3.1

org.crazycake:shiro-redis 2.6.2

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!

Categories

Categories

Redis Data Databases
GroupId

GroupId

org.crazycake
ArtifactId

ArtifactId

shiro-redis
Version

Version

2.6.2
Type

Type

jar

Download shiro-redis 2.6.2


<!-- https://jarcasting.com/artifacts/org.crazycake/shiro-redis/ -->
<dependency>
    <groupId>org.crazycake</groupId>
    <artifactId>shiro-redis</artifactId>
    <version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis/
implementation 'org.crazycake:shiro-redis:2.6.2'
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis/
implementation ("org.crazycake:shiro-redis:2.6.2")
'org.crazycake:shiro-redis:jar:2.6.2'
<dependency org="org.crazycake" name="shiro-redis" rev="2.6.2">
  <artifact name="shiro-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='shiro-redis', version='2.6.2')
)
libraryDependencies += "org.crazycake" % "shiro-redis" % "2.6.2"
[org.crazycake/shiro-redis "2.6.2"]