ruby-em-hiredis-doc

Fast and simple redis client for eventmachine (documentation)
  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
this package contains examples and html documentation for ruby-em-hiredis.