Skip to content

Seastar Memcache Compatibility

Tzach Livyatan edited this page Mar 11, 2015 · 1 revision

Seastar memcache is a compatible with stock memcache.

operations

The following operations are supported:

  • set
  • cas
  • add
  • replace
  • get
  • gets
  • delete
  • flush_all
  • version
  • stats (partial)
  • incr
  • decr

The following operations are note yet supported:

  • append
  • prepend
  • stats (partial)
  • touch
  • slabs
  • lru_crawler
  • verbosity
  • quit
  • shutdown

Protocols:

  • Text - supported
  • Binary - Not supported

Transport:

  • TCP - supported
  • UDP - supported

Command line options

Command line options are not compatible. For a complete list on options

memcache --help

Missing anything?

Found a feature you need in the the unsupported list? Let us know, or send a patch!