
A Redis client for EventMachine designed to be fast and simple.
Features:
* uses the C hiredis library to parse redis replies
* convenient API for pubsub
* expose the state of underlying redis connections so that custom
failover logic can be written outside the library