johm
johm copied to clipboard
Allow multiple instances of JOhm
Right now JOhm has only static methods, which does not allow multiple instances of it to be created.
I maybe have a different JedisPool pointing to the master and a separate one pointing to a cluster of slaves for read-only operations.
There is no way to use JOhm when you have two separate JedisPool instances.