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

Unable to get timeout-ms to work when using wcar #179

Closed murtaza52 closed 7 years ago

murtaza52 commented 7 years ago

Hi,

I am using wcar, and have added the timeout-ms to the spec, however still cant get the conn to timeout. Using a proxy have added a latency to redis.

{:pool {:max-total-per-key 64, :max-idle-per-key 16, :min-idle-per-key 12, :max-wait-ms 5000, :soft-min-evictable-idle-time-ms 60000, :min-evictable-idle-time-ms -1}, :spec {:host "localhost", :port 6380, :timeout-ms 500}, :statsd-name "localhost", :slave {:host "localhost", :port 6380 :timeout-ms 500}}

ptaoussanis commented 7 years ago

Hi there, sorry for the delay replying. Please feel free to reopen with a reproducible example that I can look at if you'd still like me to debug - thanks!