debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade Apache Commons Pool to version 2.5?

jgdodson opened this issue · comments

Would this be a welcome change? The current version used is 1.6. Version 2.x (2.5 is most recent) has some performance and scalability improvements. I looked over the docs, and the requisite changes would be minimal. I'd be happy to knock this out.

+1 .. feel free to send over a PR ..

On closer inspection, I've realized that this update will require an annoyingly small change to the constructor of RedisClientPool, so this will need to be placed on the 4.x track, if that's even planned.