redis-operator

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

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.liumapp.redis
ArtifactId

ArtifactId

redis-operator
Last Version

Last Version

v2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

redis-operator
using redis in SpringBoot , with 5 kinds of data structure.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

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

Download redis-operator

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.2.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
v2.0.0
v1.1.5
v1.1.0
v1.0.0