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

Having java.lang.Exception: namespace 'taoensso.carmine.commands' not found #222

Closed coxchen closed 5 years ago

coxchen commented 5 years ago

Hi,

I'm having java.lang.Exception: namespace 'taoensso.carmine.commands' not found with version 2.19.1 . Can anyone suggest how to fix this problem?

Thanks,

ptaoussanis commented 5 years ago

Hi there! Please check for possible dependency conflicts, thanks!

coxchen commented 5 years ago

Fixed, thanks. It turns out to be version conflict of tools.reader .