We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.2.1
1 parent c6ffa6c commit a4ba129Copy full SHA for a4ba129
src/com/moclojer/rq.clj
@@ -2,7 +2,7 @@
2
(:import
3
[redis.clients.jedis JedisPooled]))
4
5
-(def version "0.2.0")
+(def version "0.2.1")
6
7
;; redis connection pool to be thread safe
8
(def
0 commit comments