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

Identifying connection pool. #200

Closed ibrahimalbarghouthi closed 6 years ago

ibrahimalbarghouthi commented 6 years ago

If you want to add more than one connection pool using same pool-opts you have to change some of GenericKeyedObjectPool values, so having a specific identifier could solve this memoize thing without tweaking GenericKeyedObjectPool values.

ptaoussanis commented 6 years ago

This is a nice idea ibrahim, thanks for the PR! Will merge manually in a moment :+1: