com.moclojer/rq

RQ (Redis Queue) is a simple Clojure package for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry

Leiningen/Boot

[com.moclojer/rq "0.1.1"]

Clojure CLI/deps.edn

com.moclojer/rq {:mvn/version "0.1.1"}

Gradle

implementation("com.moclojer:rq:0.1.1")

Maven

<dependency>
  <groupId>com.moclojer</groupId>
  <artifactId>rq</artifactId>
  <version>0.1.1</version>
</dependency>