0 votes
in MemCached by
What are the disadvantage 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 9, 2020 in MemCached by DavidAnderson
0 votes
asked Jun 9, 2020 in MemCached by DavidAnderson
...