Top 15 Redis Alternative and Similar Softwares | Apr 2024

Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.

1. Titan Database

Titan Database Titan is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. Titan is a transactional database that can support thousands of concurrent users executing complex graph traversals in real time.......

2. CouchDB

CouchDB Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP / JSON API. It includes incremental map / reduce mechanics for queries and keeps data safe with an append-only datastore.......

3. ArangoDB

ArangoDB ArangoDB database is an open-source NoSQL solution with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient sql-like query language or JavaScript extensions.......

4. ScaleOut

ScaleOut ScaleOut Software's advanced in-memory data grid products help you meet a wide range of technical and business challenges. Whether you need a scalable storage solution for storing session-state or shopping carts on your ecommerce Web farm or you have to perform lightning fast data analysis of financial data using your......

5. Alasql

Alasql Alasql.js - is a lightweight client-side in-memory SQL database designed to work in browser and Node.js. It supports SQL and has some of NoSQL functionality. It is efficient for JavaScript arrays and objects manipulation with all power of SQL language.Alasql was written with pure JavaScript and does not use browser......

6. BigMemory

BigMemory BigMemory: a commercial in-memory data management suite for real-time Big Data applications that stores up to hundreds of terabytes in distributed memory across multiple servers without performance hits from the Java garbage collector.......

7. Pivotal GemFire

Pivotal GemFire Pivotal GemFire® is a real-time distributed data store that solves the hard problems of distributed systems for you. It provides a familiar Java interface for interacting with data of arbitrary complexity and shape, and accommodates ever-growing data sets and users with linear scalability, continuous uptime and predictable performance. With GemFire,......

8. DocumentDB

DocumentDB Azure DocumentDB is a NoSQL document database service designed from the ground up to natively support JSON and JavaScript directly inside the database engine. It’s the right solution for web and mobile applications when predictable throughput, low latency, and flexible query are key. Microsoft consumer applications like OneNote already use......

9. Berkeley DB

Berkeley DB Berkeley DB (BDB) is a software library that provides a high-performance embedded database for key/value data., Berkeley DB is the most widely used database toolkit in the world, with hundreds of millions of deployed copies. Berkeley DB is written in C with API bindings for C++, PHP, Java, Perl, Python,......

10. Ghost DB

Ghost DB Yet another in-memory key/value storage written in Go......

11. QDBM

QDBM QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a......

12. Amazon Redshift

Amazon Redshift Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse solution that makes it simple and cost-effective to efficiently analyze all your data using your existing business intelligence tools.......

13. Kyoto Cabinet

Kyoto Cabinet Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as......

14. Tokyo Cabinet

Tokyo Cabinet Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as......

15. LevelDB

LevelDB LevelDB stores keys and values in arbitrary byte arrays, and data is sorted by key. It supports batching writes, forward and backward iteration, and compression of the data via Google's Snappy compression library.LevelDB is not a SQL database. Like other NoSQL and Dbm stores, it does not have a relational......