Memcached

Memcached is a high-performance, distributed memory object caching system

Languages supported:

9.4/10 (Expert Score) ★★★★★
Product is rated as #3 in category Key Value Databases
Ease of use
9.4
Support
9.4
Ease of Setup
10.0

Memcached is a high-performance, distributed memory object caching system

Memcached
Memcached

Show more categories

Customer Reviews

Memcached Reviews

Wayde L.

Advanced user of Memcached
★★★★★
Memcached review

What do you like best?

My experience with the npm package was good, I love the ease of use and simplicity of it. I used it a while ago but the link to it is https://www.npmjs.com/package/memcached. Because it's so simple I could create a wrapper that could be used internally in our project. It definitely solved the issues we were facing with our web application rendering times. We achieved our desired results after implementation.

What do you dislike?

With the simplicity can come many implementations which could possibly be the not recommended way. Not really a dislike but it would have been interesting for me to have more resources to understand exactly what's going on under the hood. Other than that there's not much more I can say.

Recommendations to others considering the product:

Watch tutorials before implementation.

What problems are you solving with the product? What benefits have you realized?

Speed and reliability. We were having some serious speed issues before realizing that we needed some sort of caching layer between what we were doing. We started realizing we had caching issues when our site started to take longer than a couple of seconds to load. Once we looked further into the issue we realized that before rendering the web page we were doing a ton of database queries before rendering, which caused massive delays. Once we cached those query results in the rendering layer we ended up having massive performance boosts. We also did a layer of caching for HTTP requests that needed results from external services. We ended up getting the desired web performance after implementing Memcached with our own customer wrapper layer. I would recommend Memcached to anyone that needs to implement a simple caching system for their web applications.

Review source: G2.com

Leave a reply

Your total score

B2B Software Guide