ruby-remcached

Ruby EventMachine memcached client
  http://github.com/astro/remcached/
  0
  no reviews



Ruby EventMachine memCACHED client implementation

Provides a direct interface to the memcached protocol and its semantics

Uses the memcached `binary protocol`_ to reduce parsing overhead on the server side (requires memcached >= 1.3)

Supports multiple servers with simple round-robin key hashing in a fault-tolerant way

Writing your own abstraction layer is recommended

Uses RSpec

Partially documented in RDoc-style