ruby-em-hiredis

Fast and simple Redis client for EventMachine
  http://github.com/mloughran/em-hiredis
  0
  no reviews



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