KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
hey devs, i figured out some performance drops , my keydb starting with 200k gets and sets, and going to 2 million gets and sets and when i wait 30...
Hello, I intend to run KeyDB on a Kubernetes cluster hosted on an ARM machine with a Linux kernel compiled with a 64k PAGESIZE. To achieve this, I compiled jemalloc...
Dear devs, Linux kernel have new poll mode with nice memcache results. Memcache patches and libevent patches included here: https://lore.kernel.org/all/[email protected]/ Thanks and Best regards
Guys, I ran tests and it showed me a memory leak, please fix it *** [err]: Check for memory leaks (pid 75075) in tests/unit/maxmemory.tcl Expected '*0 leaks*' to equal or...
**Describe the bug** KeyDB compilation with flag `make BUILD_TLS=no` still requires -lcrypto linkage **To reproduce** ``` make -j`nproc` CFLAGS="-DUSE_PROCESSOR_CLOCK" BUILD_TLS=no MALLOC=jemalloc USE_SYSTEMD=no ``` **Expected behavior** should not attempt to link...
Testing on async_flash branch, but from my analysis, this bug has been around for a long time. To add some context, I previously reported these dictRehash crashes: https://github.com/Snapchat/KeyDB/issues/876 https://github.com/Snapchat/KeyDB/issues/792 Having...
Since all versions of Redis with Lua enable are impacted, can we release a new version of keydb with the fix? Fix on Redis side: https://github.com/redis/redis/pull/13728
**Describe the bug** When using KeyDB in a multi-master replication setup, if one of the nodes is stopped, all other running nodes blocks all operations while attempting to reconnect to...
The existing example keydb.conf indicates that wildcard pattern matching is supported for the include directive, i.e. it implies that: - include /etc/keydb.conf - include /etc/keydb.d/server-specific.conf - include /etc/keydb.d/*.conf should all...
Alpine build don't release pid files Start container and wait for short time /data # ps aux|head -100 PID USER TIME COMMAND 1 root 23:30 keydb-server 0.0.0.0:6379 33 root 0:00...