Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Memcached

Jetware | 170503-memcached_1_4_36

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

14 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Marketing and Advertising

Memcached for oh so many things

  • May 04, 2016
  • Review verified by G2

What do you like best about the product?
It's blazing fast. As you would expect for something that is being kept in memory but needing to temporarily store something to be accessed one ore more times in the near future by multiple systems it is really hard to beat.
What do you dislike about the product?
There really isn't much of anything to dislike about Memcached.
What problems is the product solving and how is that benefiting you?
We store user data and report data in Memcached so our application limits the amount of DB queries we need to perform (redundant reports, for example).
Recommendations to others considering the product:
If you have an app that is consuming data from a database, you can more than likely utilize Memcached on some level.


    Josh S.

memcached is amazing

  • May 04, 2016
  • Review verified by G2

What do you like best about the product?
It's fast. 1000 times faster than going to the DB
What do you dislike about the product?
It can only hold 1MB. It can make coding more complicated
What problems is the product solving and how is that benefiting you?
speed by not going to the DB for info. speed
Recommendations to others considering the product:
The speedup is generally worth the increased problems with having things stored and not being cleared out when they are updated.


    kamalakannan s.

easy to implement caching.

  • March 14, 2016
  • Review verified by G2

What do you like best about the product?
it's easy to implement the caching by using this.
What do you dislike about the product?
there is no user interface to monitor the system.
What problems is the product solving and how is that benefiting you?
we want to cache lots of values in our production environment. It is easy to implement and maintain.
Recommendations to others considering the product:
if you want implement some caching to your project with the tight deadline, then this is one for you.


    João F.

Top notch caching system. Your go to cache, simple and done right.

  • February 15, 2016
  • Review provided by G2

What do you like best about the product?
Simple operations, great documentation and great performance. The fact that there are numerous binding to all languages is a bonus.
What do you dislike about the product?
Watch out for very large object. Memcached is a KV caching system, don't try to put in their too much stuff.
What problems is the product solving and how is that benefiting you?
Research on KV stores performance.
Recommendations to others considering the product:
Very good KV store, with very good performance, ease of use and documentation. Keep in mind large object.