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.

Related questions

0 votes
asked Jun 8, 2020 in MemCached by JackTerrance
0 votes
asked Jul 30, 2023 in MemCached by Robin
...