Skip to content

Commit

Permalink
feat: new chore update v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe-gsilva committed Oct 22, 2024
1 parent f5e2344 commit f0dea5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/com/moclojer/rq.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:import
[redis.clients.jedis JedisPooled]))

(def version "0.2.1")
(def version "0.2.2")

;; redis connection pool to be thread safe
(def
Expand All @@ -27,5 +27,3 @@
If no specific client is passed, the global client stored is closed;"
([] (close-client *redis-pool*))
([client] (.close @client)))


0 comments on commit f0dea5a

Please sign in to comment.