celtuce

An idiomatic Clojure Redis client wrapping the Java client Lettuce

Leiningen/Boot

[celtuce "0.2.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("celtuce:celtuce:0.2.0")

Maven

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