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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаorg.crazycake |
| Идентификатор | Идентификаторshiro-redis |
| Последняя версия | Последняя версия3.3.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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!
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| redis.clients : jedis | jar | 3.3.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.shiro : shiro-core | jar | 1.6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.