We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.2.0
1 parent 206dd1e commit 4819611Copy full SHA for 4819611
1 file changed
src/com/moclojer/rq.clj
@@ -2,7 +2,7 @@
2
(:import
3
[redis.clients.jedis JedisPooled]))
4
5
-(def version "0.1.4")
+(def version "0.2.0")
6
7
;; redis connection pool to be thread safe
8
(def
0 commit comments