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

how to use `redis-call` #189

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

I can't find any doc about redis-call, did I do something wrong?

(require '[taoensso.carmine :as car :refer [wcar]]) => nil (wcar {} (car/redis-call [:get "key"])) IllegalArgumentException Don't know how to create ISeq from: java.lang.Integer clojure.lang.RT.seqFrom (RT.java:542)

ptaoussanis commented 7 years ago

Hey there, thanks for pinging me about this! Was a bug introduced in v2.15.0. Have just pushed v2.15.1 which should correct the problem.

Cheers :-)

ghost commented 7 years ago

Hello then, but still could not find artifact 2.15.1 in maven central or clojars?

ptaoussanis commented 7 years ago

Oh, excuse me! Something failed with the upload and didn't notice; should be okay now. Cheers :-)

ghost commented 7 years ago

Thanks, cheers :-)