KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
**Describe the bug** The shipped example `keydb.conf` config includes: ``` # Included paths may contain wildcards. All files matching the wildcards will # be included in alphabetical order. # Note...
What issue we are facing; By following this documentation page [Active Replication](https://docs.keydb.dev/docs/docker-active-rep ), We have three keydb pods running in my OpenShift cluster with version 3.6.6, but I am not...
**Describe the bug** KeyDB never releases space from the Flash storage. Despite manually deleting keys, the amount of used storage does not significantly decrease. **To reproduce** 1. Run KeyDB with...
Because of this bug, BGSAVE failed (stuck) at 99.91% (current_fork_perc: 99.91). As a result, I can't take a backup and move to another server. What should I do? What is...
Noticed the following security fixes in Redis 6.2.16. Any plans to incorporate them in equivalent version of KeyDB? https://github.com/redis/redis/releases/tag/6.2.16
Testing on async_flash branch (but looks like this bug has been around before then): ``` !!! ERROR: Deadlock detected !!! 73: (0x7f0ddb83111c) StorageCache 52: (0x7f0ddb8877f0) RocksDBStorageProvider printing backtrace for thread...
**Crash report** ``` === KEYDB BUG REPORT START: Cut & paste starting from here === 3907654:3907709:M 10 Sep 2024 17:43:09.802 # KeyDB 6.3.4 crashed by signal: 11, si_code: 1 3907654:3907709:M...
This PR introduces new self hosting one-click deployment option Elestio Fixes #862
Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing KeyDB application as shown [here](https://elest.io/open-source/keydb). I think it would be a...
**Describe the bug** KeyDB crashes due to an assertion failure during runtime. The issue occurs with the Helm chart version keydb-0.48.0 and KeyDB version 6.3.2, deployed in a Kubernetes cluster....