Login
Remember
Register
Ask a Question
What are the drawbacks/ limitations of Memcached?
0
votes
asked
Jun 15, 2022
in
MemCached
by
sharadyadav1986
What are the drawbacks/ limitations of Memcached?
memcache-limitations
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 15, 2022
by
sharadyadav1986
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.
...