redis-operator

using redis in SpringBoot , with 5 kinds of data structure.

Лицензия

Лицензия

Категории

Категории

Redis Данные Базы данных
Группа

Группа

com.liumapp.redis
Идентификатор

Идентификатор

redis-operator
Последняя версия

Последняя версия

v2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

redis-operator
using redis in SpringBoot , with 5 kinds of data structure.
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

https://github.com/liumapp/redis-operator

Скачать redis-operator

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 2.0.2.RELEASE
org.springframework.boot : spring-boot-starter-data-redis jar 2.0.2.RELEASE
redis.clients : jedis jar 2.9.0
org.apache.commons : commons-pool2 jar 2.4.2

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.0.2.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
v2.0.0
v1.1.5
v1.1.0
v1.0.0