org.clojars.sanityinc/redis-memo

Memoize functions using redis as an out-of-process store for cached results

Leiningen/Boot

[org.clojars.sanityinc/redis-memo "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.sanityinc/redis-memo {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("org.clojars.sanityinc:redis-memo:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.sanityinc</groupId>
  <artifactId>redis-memo</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.