resque-clojure
resque-clojure copied to clipboard
Add a note that timeout is set in milliseconds
In redis config and ruby resque client timeout is set in seconds. Without getting inside the Jedis sources it was impossible to tell that it needs to be set in milliseconds for Jedis, so this caused us a lot of grief.
:+1: