celtuce

An idiomatic Clojure Redis client wrapping the Java client Lettuce

Leiningen/Boot

[celtuce "0.3.5"]

Clojure CLI/deps.edn

celtuce/celtuce {:mvn/version "0.3.5"}

Gradle

implementation("celtuce:celtuce:0.3.5")

Maven

<dependency>
  <groupId>celtuce</groupId>
  <artifactId>celtuce</artifactId>
  <version>0.3.5</version>
</dependency>