Crate red_couch

Crate red_couch 

Source
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-module and can be tested in a normal cargo test process.

Functions§

RedisModule_OnLoad
RedisModule_OnUnload