From 4366abeaa42933cc2e1ad99558ca655fe44098a2 Mon Sep 17 00:00:00 2001 From: Avelino <31996+avelino@users.noreply.github.com> Date: Fri, 12 Jul 2024 06:29:05 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1804473..cf833e8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ 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, inspired by [python-rq](https://python-rq.org). > "simple is better than complex" - [The Zen of Python](https://peps.python.org/pep-0020/) + > clj-rq arose from the need to simplify the use of the redis queue feature used in the [SaaS version of moclojer](https://app.moclojer.com), [here's](https://www.reddit.com/r/Clojure/comments/1d1567t/redis_queue_in_clojure/) a more detailed explanation of the motivation *(a thread that generated controversy)* ## installation