KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

A Multithreaded Fork of Redis

Results 321 KeyDB issues
Sort by recently updated
recently updated
newest added

i replaced already these files for better compatibility with glibc 2.39 please update code for better portability sed -i '\|-Wno-atomic-alignment|d' KeyDB/src/Makefile sed -i 's#extern "C" pid_t gettid();#extern __pid_t gettid (void)...

In current setup, with flash enabled, each eviction evicts 5% of memory in a blocking and no-bail-out way. For large datasets the eviction will saturate the main thread for seconds...

**JEMALLOC ALTERNATIVE** I'm forced to use Jemalloc even if I set -e MALLOC=libc on Podman run. **WHAT I SUGGEST** On the README there is the section "Allocator" but there is...

**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. ``` 1:12:S 04...

Hi, i'm wondering if this project is still actively maintained or not. I see some really critical bug reports but no activity from existing maintainers. As it's nature a database...

I'm using .NET library (StackExchange.Redis) to communicate with KeyDB. Client version: 2.8.0 Server version (KeyDB): 6.2.2 I'm trying to set client name by simply set ClientName in configuration but on...

**Crash report** ``` 2024-06-29 23:49:04 1:1:M 29 Jun 2024 20:49:04.320 # Server initialized 2024-06-29 23:49:04 1:1:M 29 Jun 2024 20:49:04.323 * Enabled role change notification 2024-06-29 23:49:04 1:1:M 29 Jun...

**The problem/use-case that the feature addresses** I am thinking about using keydb as log store. In this case, I would like my logs to be stored directly to flash in...

I am using KeyDB 6.3.4 as a direct replacement to Redis in production. Machine hardware is Intel Core i7-4790K - 4c/8t - 4 GHz/4.4 GHz (32GB RAM) Operating System is...

During the operation of KeyDB in multi-master mode, a failure occurs where memory consumption increases significantly and network traffic grows. When `multi-master-no-forward: yes` is enabled, the traffic in normal mode...