module HAJ::Jedis
Make the Jedis
Java classes a bit more accessible.
Normally this might make inspection a bit weird because inspecting a `HAJ::Jedis::Client` object will actually return a `Java::RedisClientsJedis::Jedis` object.
However, since we're obviously working with Jedis
, this convention will probably look a lot better when reading the code so the previous point will be probably less annoying.
Constants
- Client
- Pool
The
Jedis
default pool.- Protocol