KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
The option `multi-master` is not mentioned in the keydb sample configuration file: https://github.com/Snapchat/KeyDB/blob/main/keydb.conf
I'm currently using KeyDB in cluster mode and have encountered an issue with the PUBSUB NUMSUB command. While PUBLISH and SUBSCRIBE commands work correctly in cluster mode, PUBSUB NUMSUB provides...
Hi Team, I need help in deployment of KeyDb in Sentinel mode. I tried multiple things but i'm not able to achieve KeyDb in sentinel mode. I can able to...
https://redis.io/docs/latest/develop/use/client-side-caching/
Testing on async_flash branch, this is a strange one. I have a test client calling KEYS repeatedly, and other clients (group A) not calling the KEYS command. In order to...
**Describe the bug** While I was checking configuration file example which comes with deb package, I noticed that `scratch-file-path` option is there and first I though that it's Flash storage...
**Crash report** looks similar to https://github.com/Snapchat/KeyDB/issues/541 but i'm running 6.3.4 (also tried current HEAD@main FWIW) Paste the complete crash log between the quotes below. Please include a few lines from...
Testing on async_flash branch, but looks like this bug is present before that. Crash happens on replica/slave: ``` === KEYDB BUG REPORT START: Cut & paste starting from here ===...
Testing on async_flash branch, but this bug has been around before that: ``` 7:63:M 25 Sep 2024 22:19:36.640 # === ASSERTION FAILED === 7:63:M 25 Sep 2024 22:19:36.640 # ==>...
Testing on async_flash branch, but bug is likely present earlier. When memory is under pressure, a crash happens during the eviction process: ``` === KEYDB BUG REPORT START: Cut &...