is not current version
Last Version 4.2.3

Jedis 4.0.0-rc2

Jedis is a blazingly small and sane Redis java client.

License

License

MIT
Categories

Categories

Redis Data Databases CLI User Interface Jedis
GroupId

GroupId

redis.clients
ArtifactId

ArtifactId

jedis
Version

Version

4.0.0-rc2
Type

Type

jar
Description

Description

Jedis
Jedis is a blazingly small and sane Redis java client.
Project URL

Project URL

https://github.com/redis/jedis

Download jedis 4.0.0-rc2


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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.apache.commons : commons-pool2 jar 2.11.1
org.json : json jar 20210307
com.google.code.gson : gson jar 2.8.8

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.apache.logging.log4j : log4j-core jar 2.15.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.15.0
com.kohlschutter.junixsocket : junixsocket-core jar 2.3.2
org.mockito : mockito-core jar 3.12.4

Project Modules

There are no modules declared in this project.