KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
How we can compile with gcc Keydb with pgo? First compile with -gcov -fprofile-generate? Running benchmarks and second compile with -fprofile-use and without !-gcov ? Thanks and Best regards
The goal is to implement the Raft protocol for strongly consistent synchronous replication (relevant blog post [here](https://docs.keydb.dev/blog/2021/07/06/blog-post)). Any issues pertaining to situations that Raft would solve will be closed and...
make[1]: Entering directory '/root/KeyDB/src' CC Makefile.dep CC release.o CC tls.o tls.cpp: In function ‘void tlsInit()’: tls.cpp:158:26: error: too few arguments to function ‘const char* ERR_lib_error_string(long unsigned int)’ ERR_lib_error_string(); ^ In...
**Describe the bug** I spin up an Active-active cluster in Kubernetes with default values (based on the [enapter/keydb](https://artifacthub.io/packages/helm/enapter/keydb) helm chart). I then load a fake dataset with 6 million key...
Generally, we use memtier_benchmark to test keydb. However, memtier_benchmark is a close-ended tool. It only lanchs a new request when the completion of a previous request. That is not suitable...
I Using config example from https://docs.keydb.dev/docs/multi-master#config-file I have Celery + HA-RabbitMQ and KeyDB (docker) as tool for sharing data between workers. In my project also uses RLock. My keydb entities...
Hi, please help me. I’m trying to install KeyDB from git on the FreeBSD x64 12.2-Release, but I’m getting errors. The first thing I would like to clarify is what...
**Describe the bug** Active Replica Setup (Active Active) is not a good solution for fail-over scenarios. When a server goes down and comes back up, it forces the "online" server...
The usage of the word "slave" will be slowly permanently replaced with the word "replica" throughout the documentation. However there are still some commands that need to be added/modified 1)...
In my testing of active-active KeyDB reading and writing to Streams there are data sync, data loss, and consistency issues. ### The Setup: - I have 2 KeyDB instances, one...