taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

[WIP] Adds minimal deps.edn and fix ring middleware session expiration #254

Closed svdo closed 2 years ago

svdo commented 2 years ago

I added a minimal deps.edn file that only lists Carmine's dependencies, so that I can use Carmine from my tools.deps based project.

UPDATE:

As this doesn't seem to be maintained anymore, I'm saving myself the trouble of splitting two separate pull requests and also fix #259 in this pull request; I'll keep using my own fork. In case a maintainer wants to pick this up and prefers things differently, I'd be happy to oblige, but I'll save myself the effort until that happens :)

svdo commented 2 years ago

Will make a new PR to split the two as requested.