LedisDB

LedisDB

LedisDB is a high performance NoSQL database that supports data structures such as strings, hashes, lists, sets and sorted sets. It is written in C and aims to provide Redis-compatible interfaces with better performance and disk persistence.
LedisDB image
nosql keyvalue-store persistence

LedisDB: High Performance NoSQL Database

A high-performance NoSQL database offering Redis-compatible interfaces, improved performance, and disk persistence, supporting various data structures such as strings, hashes, lists, sets, and sorted sets.

What is LedisDB?

LedisDB is an open source NoSQL database developed by the Chinese company LedisTech. It provides high-performance, scalable data storage and retrieval for web-scale applications.

LedisDB supports various data structures including strings, hashes, lists, sets and sorted sets, which is very similar to Redis. This allows developers to easily migrate applications from Redis to LedisDB. It aims to be API-compatible with Redis wherever possible.

However, LedisDB also introduces new features of its own. Most significantly, it provides on-disk persistence out of the box unlike Redis which relies on AOF/RDB snapshotting for persistence. This ensures data is safely stored and preserved in the event of failures or downtime.

By storing data on disk rather than main memory, LedisDB can work with very large datasets beyond the system memory capacity. At the same time, it uses memory caching, indexes and multithreading to deliver high performance that matches or exceeds Redis.

LedisDB is written in the C programming language for maximum performance. It supports replication for higher availability. Community and enterprise editions are available under the Apache license.

LedisDB Features

Features

  1. Key-value database
  2. Supports multiple data structures like strings, hashes, lists, sets and sorted sets
  3. Written in C for high performance
  4. Disk persistence
  5. Replication for high availability
  6. Transactions support
  7. Redis-compatible interfaces

Pricing

  • Open Source

Pros

High performance and low latency

Disk persistence avoids data loss

Replication improves reliability

Transactions enable atomic operations

Redis-compatible makes migration easy

Cons

Not as feature rich as other NoSQL databases

Limited ecosystem compared to more popular options

Not ideal for complex queries and analytics


The Best LedisDB Alternatives

Top Development and Databases and other similar apps like LedisDB


Redis icon

Redis

Redis is an open source, in-memory data structure store that can be used as a database, cache, and message broker. It provides high availability, performance, replication and supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes and streams.Some key features...
Redis image
Bluzelle Decentralized DB icon

Bluzelle Decentralized DB

Bluzelle is a decentralized, scalable database service optimized for managing blockchain data. It aims to solve the issues around performance and scaling that many blockchain-based applications face by providing a fast, reliable, and secure database solution that utilizes a global network of nodes.The Bluzelle database works by sharding and replicating...
Bluzelle Decentralized DB image
KeyDB icon

KeyDB

KeyDB is an open source, high performance fork of Redis that supports additional data structures like Sorted Sets and Streams. It is developed by the Equilbrium company and aims to be a faster, more modular alternative to Redis while maintaining compatibility with Redis clients and data types.Some of the key...
KeyDB image
Ghost DB icon

Ghost DB

Ghost DB is an open-source time-series database optimized for managing large volumes of temporal data efficiently. It is purpose-built for handling time-stamped records like server metrics, application performance monitoring data, IoT sensor data, and industrial telemetry.Some key features and benefits of Ghost DB include:Horizontally scalable architecture that allows linear scaling...
Ghost DB image