celtuce

An idiomatic Clojure Redis client wrapping the Java client Lettuce

Leiningen/Boot

[celtuce "0.2.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("celtuce:celtuce:0.2.1")

Maven

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