KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
**The problem/use-case that the feature addresses** I'm a Fedora/EPEL packager and I'd like to build official KeyDB packages for Fedora/EPEL repos. For this we need to be able to build...
**Describe the bug** Active replication can not guarantee data consistency in simple scenario. **To reproduce** Steps to reproduce the behavior and/or a minimal code sample. 1. Setup active replica in...
**Crash report** Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context. Full crash report...
Please create an rpm repository for automatic installation of new versions and updates
Currently KeyDB doesn't provide packages for Ubuntu 22.04 (jammy) and it would be nice if packages for jammy can be provided.
**Describe the bug** keydb-benchmark results in lower numbers when the --server-threads flag is increased in server being benchmarked **To reproduce** Start up a keydb instance with one thread, ` keydb-server...
Hi, I tested on different systems, but every time the results are the same, 6.3.x works worse than 6.2.x. ``` redis-benchmark -q -n 1000000 --threads 64 ```
[CRASH]
**Crash report** Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context. ``` 1864:1902:M 11...
**Describe the bug** Almost every day at least once rdb_bgsave get stuck. I will check `info persistence` and see `rdb_changes_since_last_save: VERY_BIG` and `rdb_current_bgsave_time_sec: VERY_BIG` doing a `kill -9` on the...
There appears to be a discrepency on TLS support. Is TLS a feature available by default or does this require building from source? Is TLS in the builds pulled from...