Listing Thumbnail

    Memcached

     Info
    Sold by: Jetware 
    A one-click install solution for Memcached server, an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. It also includes Selfmanagement Preset.

    Overview

    A one-click install solution for Memcached server, an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. It also includes Selfmanagement Preset.

    Highlights

    • Tailored to the task, with flexible combination of software packages and versions
    • Optimized for web-specific jobs with more efficient use of computing resources
    • Stable and production ready, with long-term support and updates

    Details

    Sold by

    Delivery method

    Delivery option
    Memcached 1.4.3

    Latest version

    Operating system
    Linux

    Pricing

    This product is free. Subscriptions have no end date and can be canceled anytime.

    Vendor refund policy

    This product is available free of charge.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Memcached 1.4.3

    Supported services: Learn more 
    • Amazon ECS
    • Amazon EKS
    Container image

    Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.

    Version release notes

    First AWS Marketplace release

    Additional details

    Usage instructions

    1. Please ensure that you have pulled the container image from the ECR using the container image details

    2. Launch the Docker images:

      docker run

    3. You'll get the service running

    Support

    Vendor support

    We will be pleased to answer short and quick questions with the tag #jetware on Twitter. More complicated questions are welcome with the tag #jetware on Stack Overflow.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    |
    14 external reviews
    External reviews are sourced from G2  and are not included in the star rating for this product.
    Computer Software

    I would like to Share this post

    Reviewed on Jan 25, 2021
    Review provided by G2
    What do you like best about the product?
    Memcached is best now storage data in this memory. I would link to use this card.
    What do you dislike about the product?
    Nothing is dislike.Everything is well. it will be grate.
    What problems is the product solving and how is that benefiting you?
    I solved many problems using php/Mysql. it's has been more benefits.
    Wayde L.

    Memcached review

    Reviewed on Jan 20, 2021
    Review provided by G2
    What do you like best about the product?
    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 about the product?
    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.
    What problems is the product solving and how is that benefiting you?
    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.
    Recommendations to others considering the product:
    Watch tutorials before implementation.
    Computer Software

    Memcached works pretty well when you need easy-to-use key-value storage

    Reviewed on Jan 19, 2021
    Review provided by G2
    What do you like best about the product?
    Simplicity, integration is pretty fast, you can integrate in minutes. A good amount of libraries for different frameworks
    What do you dislike about the product?
    I actually don't like some protocol implementations, like pylibmc
    What problems is the product solving and how is that benefiting you?
    We are storing
    YongBao J.

    Good experience

    Reviewed on Jan 18, 2021
    Review provided by G2
    What do you like best about the product?
    It is fast than I've estimated, totally it solved my headache.
    What do you dislike about the product?
    Everything is ok. I'd like to use Memcached in the future.
    What problems is the product solving and how is that benefiting you?
    fast access
    Recommendations to others considering the product:
    Good to use.
    Juan S.

    Memcached: Maximum Speed!

    Reviewed on Oct 07, 2020
    Review provided by G2
    What do you like best about the product?
    I like that Memcached allows for storage in RAM. It is Key-Value, but storing a JSON string is easy and quick. Especially so when using for it's intended purpose as a cache without worrying about persistence. It's written in C, very close to the metal. Additionally, development on it is very active - with the most recent stable release a few months ago. I especially love that it can distribute its hash table across multiple machines, thus improving speed and reducing overall workload.
    What do you dislike about the product?
    While the prefered cleanup strategy is LRU (Least Recently Used) I would love to have the ability to change to LFU (Least Frequently Used) for instance. I am not aware of this being configurable. Care should also be taken to make sure that it is secure (typically user error). One should configure the application correctly and to only accept connections from whitelisted applications.
    What problems is the product solving and how is that benefiting you?
    I use it primarily purely as a cache, no persistence. It sped up our load times and user lookup for subsequent visits and page loads dramatically, in the order of 300% to 400% faster load times.
    Recommendations to others considering the product:
    Make sure you tie up security in the config before going live.
    View all reviews