moclojer / clj-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
MIT License
15 stars 1 forks source link

implement most common commands as temporary placeholders #15

Closed J0sueTM closed 1 month ago

J0sueTM commented 1 month ago

As discussed in #13 , we;ll be implementing a couple of commonly used commands by hand, temporarily. Read the issue comments for better explanation of why.

Based on a couple of redis tutorials (and chatgpt of course), it seems to me that the queue/cache functions we should focus for now are"