The first version of Redis, written in Tcl

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

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

    A Multithreaded Fork of Redis

    I think this is relevant... These are 3 OSS databases that can be an alternative to Redis:

    - KeyDB: https://github.com/snapchat/keydb

    - Dragonfly: https://github.com/dragonflydb/dragonfly

    - Skytable: https://github.com/skytable/skytable

    I have used keyDB before. The raft consensus makes building an HA Redis easy.

  • SaaSHub

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

    SaaSHub logo
  • dragonfly

    A modern replacement for Redis and Memcached

    I think this is relevant... These are 3 OSS databases that can be an alternative to Redis:

    - KeyDB: https://github.com/snapchat/keydb

    - Dragonfly: https://github.com/dragonflydb/dragonfly

    - Skytable: https://github.com/skytable/skytable

    I have used keyDB before. The raft consensus makes building an HA Redis easy.

  • skytable

    Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

    I think this is relevant... These are 3 OSS databases that can be an alternative to Redis:

    - KeyDB: https://github.com/snapchat/keydb

    - Dragonfly: https://github.com/dragonflydb/dragonfly

    - Skytable: https://github.com/skytable/skytable

    I have used keyDB before. The raft consensus makes building an HA Redis easy.

  • SSDB

    SSDB - A fast NoSQL database, an alternative to Redis

  • kvrocks

    Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

    We use Kvrocks[0] at work. It is Redis on disk, powered by "RocksDB" (hence the name) and compatible with most of the Redis clients since it respects the Redis protocol. It was incubated by Apache earlier this year.

    It works great and the development is really active.

    [0]: https://kvrocks.apache.org

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

  • Valkey Is Rapidly Overtaking Redis

    4 projects | news.ycombinator.com | 19 Apr 2024
  • Redict 7.3.0, a copyleft fork of Redis, is now available

    4 projects | news.ycombinator.com | 3 Apr 2024
  • Redict is an independent, copyleft fork of Redis

    3 projects | news.ycombinator.com | 22 Mar 2024
  • Redis as a Database

    3 projects | news.ycombinator.com | 24 Oct 2023
  • Meet Fred: The most awesome Redis client for Rust.

    2 projects | dev.to | 18 Oct 2023

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?