Expand description
RedCouch – Redis module that bridges Couchbase / Memcached binary-protocol clients to Redis using a hash-per-item data model.
Build : cargo build –release Run : redis-server –loadmodule ./target/release/libred_couch.dylib
Modules§
- ascii
- ASCII (text) protocol handler for the memcached text protocol.
- meta
- Meta protocol parser and types for memcached meta commands.
- protocol
- Pure protocol types, parsing, and response building for the memcached
binary protocol. This module has no dependency on
redis-moduleand can be tested in a normalcargo testprocess.