Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1 KB

README.md

File metadata and controls

49 lines (31 loc) · 1 KB

redcached

Provides a Memcached protocol interface to Redis for a limited subset of operations.

The proxy server can currently only speak Memcached's ASCII-based protocol.

NOTE: This is a prototype.

Building

From within the repo root:

make

Running

./redcached

Completeness

Support is mostly complete for the following operations:

  • SET
  • GET
  • GETS
  • ADD
  • INCR
  • DECR
  • FLUSH_ALL
  • DELETE

References

Source Code

Memcached Protocol

Authors