Header banner
Revain logoHome Page
Fred Massingill photo
1 Level
784 Review
49 Karma

Review on Memcached by Fred Massingill

Revainrating 4 out of 5

Memcached is great - works well and very fast

It's easy to set up in your servers with PHP or any other language that supports it. Very light weight, so you can't do much wrong if you're not doing too much. The performance benefits are huge! There isn't anything I dislike about this product. If you need an efficient cache for something like page load times of things stored by MySQL, then memcache fits that bill perfectly. We use it to store some cached data from our CMS (Drupal) which we don't want to have to fetch every time someone wants to see one of these pages.

img 1 attached to Memcached review by Fred Massingill



Pros
  • It's easy to use, it's fast, and it's supported by a lot of languages
Cons
  • It doesn't have any fancy features, there's no way to store data in a way that you can delete it if it's no longer needed