org.clojars.raynes/jedis

Jedis is a blazingly small and sane Redis java client.

Leiningen/Boot

[org.clojars.raynes/jedis "2.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.raynes/jedis {:mvn/version "2.0.0-SNAPSHOT"}

Gradle

implementation("org.clojars.raynes:jedis:2.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.raynes</groupId>
  <artifactId>jedis</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.