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
[com.moclojer/rq "0.1.4"]
com.moclojer/rq {:mvn/version "0.1.4"}
implementation("com.moclojer:rq:0.1.4")
<dependency> <groupId>com.moclojer</groupId> <artifactId>rq</artifactId> <version>0.1.4</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: