Memcached

memcached development tree (by memcached)

Memcached Alternatives

Similar projects and alternatives to Memcached

  1. Django

    561 Memcached VS Django

    The Web framework for perfectionists with deadlines.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  4. FFmpeg

    Mirror of https://git.ffmpeg.org/ffmpeg.git

  5. Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  6. MongoDB

    The MongoDB Database

  7. MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  8. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  9. Apache Spark

    Apache Spark - A unified analytics engine for large-scale data processing

  10. RabbitMQ

    128 Memcached VS RabbitMQ

    Open source RabbitMQ: core server and tier 1 (built-in) plugins

  11. cockroach

    CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

  12. Sidekiq

    102 Memcached VS Sidekiq

    Simple, efficient background processing for Ruby

  13. Neo4j

    63 Memcached VS Neo4j

    Graphs for Everyone

  14. CouchDB

    42 Memcached VS CouchDB

    Seamless multi-primary syncing database with an intuitive HTTP/JSON API, designed for reliability

  15. Druid

    27 Memcached VS Druid

    Apache Druid: a high performance real-time analytics database.

  16. Varnish

    Discontinued The project homepage (by varnishcache)

  17. GlusterFS

    Gluster Filesystem : Build your distributed storage in minutes

  18. ArangoDB

    🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

  19. Aerospike

    Aerospike Database Server – flash-optimized, in-memory, nosql database

  20. Apache HBase

    Apache HBase

  21. Resque

    11 Memcached VS Resque

    Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Memcached alternative or higher similarity.

Memcached discussion

Log in or Post with

Memcached reviews and mentions

Posts with mentions or reviews of Memcached. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-04-28.
  • Redis 8.0 vs Memcached 1.6: 2026 Caching Comparison for High-Traffic Node.js 24 APIs
    4 projects | dev.to | 28 Apr 2026
    In 2026, high-traffic Node.js 24 APIs serving 50k+ requests per second face a 42% latency spike when using unoptimized caching layers—and choosing between Redis 8.0 and Memcached 1.6 is no longer a trivial decision. Our 3-month benchmark across 12 production-like environments shows Redis 8.0 delivers 37% higher throughput for complex workloads, but Memcached 1.6 cuts operational costs by 28% for simple key-value use cases. This is the definitive, numbers-backed guide to picking the right tool for your stack.
  • Redis vs. Memcached: How to Choose Your NoSQL Champion
    3 projects | dev.to | 18 Aug 2025
    Memcached has a single, focused goal: to be a high-performance, distributed, in-memory object caching system. It stores all data in RAM, which means reads and writes are incredibly fast. But its main weakness is just as clear: data is completely lost when the service restarts, as it offers no persistence. Its data model is a simple key-value store, limited to basic get, set, and delete operations.
  • Pipelining for Memcached
    4 projects | dev.to | 23 May 2025
    Memcached is a key-value store (like redis) written in C. I've been working with it a lot recently and it uses either its ASCII protocol or its binary protocol.
  • MySQL Performance Tuning Techniques
    1 project | dev.to | 17 Mar 2025
    Memcached can help when lightning-fast performance is needed. These tools store frequently accessed data, such as session details, API responses, or product prices, in RAM. This reduces the laid on your primary database, so you can deliver microsecond response times.
  • 10 Best Practices for API Rate Limiting in 2025
    1 project | dev.to | 18 Feb 2025
    In-memory tools like Redis or Memcached for fast data retrieval.
  • Outgrowing Postgres: Handling increased user concurrency
    13 projects | dev.to | 3 Feb 2025
    A caching layer using popular in-memory databases like Redis or Memcached can go a long way in addressing Postgres connection overload issues by being able to handle a much larger concurrent request load. Adding a cache lets you serve frequent reads from memory instead, taking pressure off Postgres.
  • API Caching: Techniques for Better Performance
    8 projects | dev.to | 17 Oct 2024
    Memcached — Free and well-known for its simplicity, Memcached is a distributed and powerful memory object caching system. It uses key-value pairs to store small data chunks from database calls, API calls, and page rendering. It is available on Windows. Strings are the only supported data type. Its client-server architecture distributes the cache logic, with half of the logic implemented on the server and the other on the client side.
  • story of upgrading rails 5.x to 7.x
    9 projects | dev.to | 26 Aug 2024
    The app depends on several packages to run, so I need to install them locally too. I used a combination of brew and orbstack / docker for installing packages. Some dependencies for this project are redis, mongodb and memcache
  • List of 45 databases in the world
    27 projects | dev.to | 9 Jul 2024
    Memcached — High-performance distributed memory object caching system.
  • How to Setup a Project That Can Host Up to 1000 Users for Free
    12 projects | dev.to | 4 Jun 2024
    One of the most effective ways to improve the application’s performance is caching regularly accessed data. There are two leading key-value stores: Memcached and Redis. I prefer using Memcached Cloud add-on for caching because it was originally intended for it and is easier to set up, and using Redis only for background jobs.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Memcached repo stats
66
14,229
7.8
3 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C is
the 6th most popular programming language
based on number of references?