Skip to content

brandt/redcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Memcached to Redis translation proxy with support for basic MC ASCII protocol operations (prototype)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published