Tell HN: Memcached and Redis Considered Harmful

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • SSDB

    SSDB - A fast NoSQL database, an alternative to Redis

  • It's 2021 and we have extremely fast key-value lookups using LevelDB/RocksDB, but we're still using RAM-based caching tools [1] [2] [3]. It's time to consider RAM-based caching harmful, and start caching with SSDs for larger datasets and lower costs. For ex: SSDB [4]

    [1] https://redis.io/

    [2] https://memcached.org/

    [3] https://news.ycombinator.com/item?id=29532552

    [4] https://github.com/ideawu/ssdb#ssdb-vs-redis

  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • It's 2021 and we have extremely fast key-value lookups using LevelDB/RocksDB, but we're still using RAM-based caching tools [1] [2] [3]. It's time to consider RAM-based caching harmful, and start caching with SSDs for larger datasets and lower costs. For ex: SSDB [4]

    [1] https://redis.io/

    [2] https://memcached.org/

    [3] https://news.ycombinator.com/item?id=29532552

    [4] https://github.com/ideawu/ssdb#ssdb-vs-redis

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Memcached

    memcached development tree

  • It's 2021 and we have extremely fast key-value lookups using LevelDB/RocksDB, but we're still using RAM-based caching tools [1] [2] [3]. It's time to consider RAM-based caching harmful, and start caching with SSDs for larger datasets and lower costs. For ex: SSDB [4]

    [1] https://redis.io/

    [2] https://memcached.org/

    [3] https://news.ycombinator.com/item?id=29532552

    [4] https://github.com/ideawu/ssdb#ssdb-vs-redis

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts