KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
Hey everyone, 1. I have cluster-redis and one standalone keydb server can i use **_replicaof_** command for migration and later on i make keydb-server as cluster mode ? 2. In...
* Merged multiple `RUN` commands where possible to reduce the number of layers. * Removed unnecessary `grep` commands and simplified the disabling of protected mode. * Removed redundant `cd` commands...
Hi all, **Describe the bug** Seems to be an issue with keydb when using --active-replica and --replicaof --multi-master. When one instance goes down (and that also makes the dns to...
Bulk insert is dramatically more performant than multiple single inserts. Perf benchmarks TBD
I have a set of applications connecting to a Keydb server. If i restart my services multiple times the keydb server becomes unresponsive. It stops accepting further connections, but keydb...
**Describe the bug** Installing keydb into an Ubuntu-based Docker image fails because the postinstall script assumes systemd **To reproduce** ```sh docker run -it ubuntu bash ``` Then follow the directions...
Stress testing KeyDB on v6.3.4, we encountered a scenario where we got partial data written within a multi/exec block. Looking at a comment from Redis: ``` When using the append-only...
**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. ``` ------ STACK...
Testing on v6.3.4 (async_flash branch, although I don't think it is related to FLASH). I have added a cleanup client to delete keys while other clients are still reading. Encountered...
UPDATE: See my [comment](https://github.com/Snapchat/KeyDB/issues/825#issuecomment-2072637071). The issue seems to be solved on the latest commit, but building with FLASH support is still broken. **Describe the bug** I am trying to build...