celtuce

An idiomatic Clojure Redis client wrapping the Java client Lettuce

Leiningen/Boot

[celtuce "0.3.4"]

Clojure CLI/deps.edn

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

Gradle

implementation("celtuce:celtuce:0.3.4")

Maven

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