celtuce

An idiomatic Clojure Redis client wrapping the Java client Lettuce

Leiningen/Boot

[celtuce "0.3.6"]

Clojure CLI/deps.edn

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

Gradle

implementation("celtuce:celtuce:0.3.6")

Maven

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