Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 521 Bytes

Protocol-support.md

File metadata and controls

37 lines (26 loc) · 521 Bytes

Protocol support

We follow the official protocol specification.

Fully supported

  • ADD
  • APPEND
  • CAS
  • DECR
  • DELETE
  • GET
  • GETS
  • INCR
  • QUIT
  • PREPEND
  • REPLACE
  • SET
  • TOUCH
  • VERSION

Partial support

  • FLUSH_ALL (without options)
  • STATS (not all stats are present)

No plan to support

These commands are too implementation specific to memcached itself for it to make sense to support them.

  • SLABS
  • STATS [arg]
  • VERBOSITY