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.2.2"]
com.moclojer/rq {:mvn/version "0.2.2"}
implementation("com.moclojer:rq:0.2.2")
<dependency> <groupId>com.moclojer</groupId> <artifactId>rq</artifactId> <version>0.2.2</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: