0 votes
in MemCached by
What are the drawbacks/ limitations of Memcached?

1 Answer

0 votes
by

A list of the limitations or drawbacks of Memcached:

  • Memcached cannot store data persistently and permanently.
  • Memcached is not a database. It stores only temporary data.
  • Memcached cannot cache large objects.
  • Memcached is not application specific.
  • Memcached is not fault-tolerant or highly available.
...