Mention what is the difference between memcache and memcached?
Answer Posted / Udai Bhanu Pratap
Memcache is a popular open-source, high-performance, distributed memory object caching system for speeding up dynamic web applications. Memcached, on the other hand, is an open-source, high-performance, distributed memory object caching system that provides a scalable and robust solution for caching data in memory to reduce load on databases. While both are similar, Memcached was originally developed as an implementation of the Memcache protocol.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers