redis-atom

Just like clojure's atom but on Redis backend

Leiningen/Boot

[redis-atom "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

redis-atom/redis-atom {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("redis-atom:redis-atom:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>redis-atom</groupId>
  <artifactId>redis-atom</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>