Redis Alternatives

Open Source Redis Alternatives

Redis is a free and open-source, in in-memory data structure store that can be used as a database, cache or message broker. The project is community developed and released under the BSD license. Redis supports common data structures including strings, .. read more.

According to people there are many software similar to it, and the best alternative to Redis is Memcached which is both free and open source. Other highly recommended applications include Apache Cassandra (Free) , KeyDB (Free) and MongoDB (Free).
In total people have suggested 10 alternatives to Redis that share similarities by use case and feature set. In this list with its current filter selection you'll find 9 Open Source Redis alternatives.

Memcached

Memcached is a free and open-source in-memory key-value store used for storing small chunks of data objects in dynamic memory. Most commonly, Memcached is used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an data sources needs to be fetched. Rather than querying the database for each unique request, Memcached can be used to store data from common pages in memory and speedup and improve the experience of a web application or website.

Free & Open Source
👍 Most people think Memcached is a good alternative to Redis.

Apache Cassandra

Apache Cassandra is a free and open-source, distributed, wide column store, NoSQL database management system. Apache Cassandra is designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. The database has become the choice of many organizations that need scalability and high availability without compromising performance. Apache Cassandra also provides support for replicating across multiple datacenters, providing lower latency for end users of Cassandra-powered applications.

Free & Open Source
👍 Most people think Apache Cassandra is a good alternative to Redis.

KeyDB

KeyDB is fast, free, and open-source NoSQL database with full compatibility for Redis APIs, clients, and modules. The database was originally forked from the Redis code-base and has been improved to handle multithreading, memory efficiency, and higher throughput. KeyDB is now a fully multithreaded and allow many machine cores to operate a single node resulting in 5X the throughput of Redis (v5) and up to 3x the throughput of Redis (v6). KeyDB also includes Redis Enterprise such as Active Replication, FLASH storage support, and other features like direct backup to AWS S3.

Free & Open Source
👍 Most people think KeyDB is a good alternative to Redis.

MongoDB

MongoDB is an open-source document-oriented distributed database built for modern applications. MongoDB uses JSON-like documents with optional schemas and is classified as a NoSQL database. The database is freely distributed under the Server Side Public License, but MongoDB provides commercial version of the database for enterprise-scale applications.

Free & Open Source
👍 Most people think MongoDB is a good alternative to Redis.

CouchDB

CouchDB is a free and open-source document-oriented NoSQL database developed by the Apache Foundation. The database is written and implemented in the language Erlang and provides the use of multiple formats and protocols to store, transfer, and process data. With CouchDB you query data with JavaScript using MapReduce, and HTTP for an API. Which can be done across multiple distributed CouchDB instances as the database has the ability to synchronize multiple copies of the same database, across servers.

Free , Commercial & Open Source
👍 Most people think CouchDB is a good alternative to Redis.

QuestDB

QuestDB is a relational column-oriented time series database designed for real-time analytics on time series and event data. It uses the SQL language and include extensions for time series data. QuestDB is released as free and open source software and distributed as a single binary including a trimmed version of the JVM (Java Virtual Machine) weighing in at only 24.5 MB.

Free , Commercial & Open Source

RethinkDB

RethinkDB is a scalable, open-source database designed for real-time applications. When your app polls your database for data, it becomes slow, unscalable, and cumbersome to maintain. RethinkDB solves this by providing a new database access model, where developers can instruct the database to continuously push updated query results to their applications, without polling.

Free & Open Source

PouchDB

PouchDB is a free and open-source JavaScript database inspired by Apache CouchDB. The database is designed from the ground-up to run well within modern web browsers. With PouchDB you can create web applications that works as well offline as they do online. PouchDB achives this by storing data locally, then synchronize it with CouchDB and compatible servers when the user get internet access once again. This is especially useful for applications facing countries and regions with lower quality internet connections or unstable infrastructure.

Free & Open Source

LevelDB

LevelDB is a free and open-source key-value storage library developed by Google. LevelDB provides on-disk storage and ordered mapping of string keys to string values. With LevelDB data is stored and sorted by key, and the keys and values are arbitrary byte arrays. The library will also automatically compress files using the Snappy compression library to optimize for storage capacity.

Free & Open Source

How Are These Redis Alternatives Generated?

Information found on this page is crowd-sourced by the community and contains the most agreed upon Open Source Redis alternatives. You can use this information to find similar software to Redis for specific platforms with various pricing options and licenses. Anyone that have previously used Redis can suggest alternatives, vote on the accuracy of other users claims, and help more people in the process of doing so.

This page was last updated on Sun 23 Jan 2022 (3 weeks, 1 day ago).