Jedis

Jedis is a blazingly small and sane Redis java client.

License

License

MIT
Categories

Categories

Redis Data Databases Jedis
GroupId

GroupId

com.redislabs
ArtifactId

ArtifactId

jedis
Last Version

Last Version

3.0.0-m1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/xetorthio/jedis

Download jedis

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.22
org.apache.commons : commons-pool2 jar 2.4.3

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.logging.log4j : log4j-core jar 2.8
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0-m1