Login
Remember
Register
Ask a Question
What is the best usage of Memcached?
0
votes
asked
Jun 15, 2022
in
MemCached
by
sharadyadav1986
What is the best usage of Memcached?
memcache-usage
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 15, 2022
by
sharadyadav1986
Best usage of Memcached:
It is easy to install in Windows as well as in the UNIX operating system.
It provides API integration for all the major languages like Java, PHP, C/C++, Python, Ruby, Perl, etc.
It enhances the performance of web application by caching.
It reduces the burden of the database server.
It facilitates you to delete one or more values.
It facilitates you to update the values of keys.
...