Big Data

KeyDB – high performance fork of Redis

KeyDB is a database and a faster drop in alternative to Redis.

It offers some enhancements including MVCC non-blocking architecture, cross region- multi-master support, better expiration, TLS encryption, and ModJS.

This is free and open source software.

Key Features

  • Designed to handle heavy workloads with a single node benchmarking at over 1 million ops/sec. KeyDB is a multithreaded database and will outperform Redis on a per-node basis.
  • Low latency – by keeping data in-memory, KeyDB can serve up data with submillisecond latencies.
  • Variety of data structures are supported including strings, hashes, lists, sets, sorted sets, bitmaps, hyperloglogs, geospatial indexes, and streams.
  • Multiple persistence options.
  • Highly scalable – scale horizontally through active-replication, or cluster-mode (sharded dataset) to meet much larger workloads.
  • High availability.

Website: docs.keydb.dev
Support: GitHub Code Repository
Developer: Snap Inc!
License: BSD 3-Clause “New” or “Revised” License

KeyDB is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Key Value Stores
RocksDBPersistent key-value store for flash and RAM Storage
ValkeyHigh-performance data structure server
Apache CassandraDistributed database management system
ScyllaDBReal-time big data database
Apache AccumuloBased on Google's BigTable design
ArangoDBNative multi-model database
Aerospike CEReal-time NoSQL database and key-value store
Berkeley DBFamily of open source, embeddable databases
LevelDBFast and lightweight key/value database library by Google
GarnetRemote cache-store
KeyDBHigh performance fork of Redis
RedictDistributed key/value store
Project VoldemortDistributed data store
ScalarisDistributed transactional key-value store

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments