Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 428 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 428 Bytes

Memcache Redis Adapter

Requirements

  • Docker
  • GNU Make

How to compile

  • make creates statically linked binary
  • make runshell opens shell inside Docker container (vim setup for hacking included)
  • make image creates Docker image

Currently supported and tested commands

  • set
  • add
  • get
  • delete
  • touch
  • incr
  • decr
  • replace

Credits