shiro-redis
Introduction
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!
Documentation
Official documentation is located here.
License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.crazycake |
ArtifactId | ArtifactIdshiro-redis |
Last Version | Last Version3.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshiro-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!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shiro-redis-3.3.1.pom | |
shiro-redis-3.3.1.jar | 31 KB |
shiro-redis-3.3.1-sources.jar | 18 KB |
shiro-redis-3.3.1-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crazycake/shiro-redis/ -->
<dependency>
<groupId>org.crazycake</groupId>
<artifactId>shiro-redis</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis/
implementation 'org.crazycake:shiro-redis:3.3.1'
// https://jarcasting.com/artifacts/org.crazycake/shiro-redis/
implementation ("org.crazycake:shiro-redis:3.3.1")
'org.crazycake:shiro-redis:jar:3.3.1'
<dependency org="org.crazycake" name="shiro-redis" rev="3.3.1">
<artifact name="shiro-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='shiro-redis', version='3.3.1')
)
libraryDependencies += "org.crazycake" % "shiro-redis" % "3.3.1"
[org.crazycake/shiro-redis "3.3.1"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.3.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.shiro : shiro-core | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugins : maven-checkstyle-plugin | jar | 3.1.0 |
org.apache.maven.plugins : maven-source-plugin | jar | 3.2.1 |
org.apache.maven.plugins : maven-javadoc-plugin | jar | 3.2.0 |
org.apache.maven.plugins : maven-surefire-plugin | jar | 2.22.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
commons-logging : commons-logging | jar | 1.2 |
org.mockito : mockito-core | jar | 3.5.7 |
com.github.javafaker : javafaker | jar | 1.0.2 |
org.hamcrest : hamcrest | jar | 2.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!
Official documentation is located here.