Skip to content

Memcached

MemcachedΒΆ

  • Memcached is an [[in-memory object store]]
  • [[Cache]] doesn't survive reboots
  • Use cases
    • Quick retrieval of objects from memory
    • Cache often accessed objects
  • Overall, Redis has largely grown in popularity and has better feature sets than Memcached