InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
KeyDB Alternatives
Similar projects and alternatives to KeyDB
-
-
mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Tendis
Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
-
-
keydb-operator
A KeyDB (Drop-In Alternative to Redis) Operator for Kubernetes
-
memKeyDB
MemKeyDB is a fork of Redis, adjusted to store objects on both Intel Optane Persistent Memory and DRAM.
-
tikv
Distributed transactional key-value database, originally created to complement TiDB
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
-
sky-benches
Attempts at benchmarking Skytable with the others to see where we stand
-
skytable
Skytable is a fast, secure and reliable realtime NoSQL database with keyspaces, tables, data types, authn/authz, snapshots and more to build powerful apps
-
-
-
stimulus_reflex
Build reactive applications with the Rails tooling you already know and love.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
KeyDB reviews and mentions
- I deleted 78% of my Redis container and it still works
-
So, you call yourself the fastest key/value store? It's 5X, 10x and 25X faster
- KeyDB: https://github.com/snapchat/keydb
-
Global Presence; I made a thing
KeyDB is a fork of (everyone's favourite cache store) Redis, and it's messaging protocol and API is 100% compatible with Redis. What that means is you can just point any Redis client (like Hiredis or redis-rb) at a KeyDB instance, and it'll Just Work™️, with no changes required. The KeyDB selling points are: 1) multi-threading by default, and a lot of work was ploughed in to high performance around multi-threading in KeyDB, 2) compatible with all the features of regular Redis, 3) some advanced features which Redis only offers in it's paid/enterprise version are included for free in KeyDB, and the big one for me is multi-active replication, which is what I'm playing with here.
-
A KeyDB Operator for Kubernetes
KeyDB is a multithreading, drop-in alternative to Redis. Keydb-operator easily creates a standalone (1 replica) or a multimaster (3 replicas) KeyDB in-memory database. When KeyDB is in multimaster mode, it is possible to have more than one master, allowing read/write operations to all them. That helps for high availability and fault tolerance.
-
I need a stable Key-Value database
Have you checked https://keydb.dev/
-
SSDB - A hard drive based drop-in Redis replacement/clone
p.s. another share-worthy Redis alternative is KeyDB https://github.com/EQ-Alpha/KeyDB
-
KeyDB CEO Interview: Getting into YC with a Fork of Redis
I went through the wiki, certainly it was interesting. I believe the implementation is at fastlock.cpp [0], I will go through it. You said earlier:
> If we spin too long the thread will sleep although we wait much longer than any other lock you’ll find.
Did you do any tweaks to mitigate this?
> Generally speaking you don't want to be dealing with this stuff unless you really have to.
Ofcourse. I am just way too curious and excited to learn about these!
[0] - https://github.com/EQ-Alpha/KeyDB/blob/v6.0.16/src/fastlock....
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Feb 2023
Stats
Snapchat/KeyDB is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.