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

**Describe the bug** In the sentinel log we see: `WARNING: Sentinel was not able to save the new configuration on disk!!!: Permission denied` **To reproduce** Default installation on Debian 11...

Priority 2

Keydb multimaster replication issue Keydb 6.3.1 with 5 nodes in multimaster, active active mode 2lac ops per second with 4kb payload Replication should work at higher tps

More info needed

**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. ``` === KEYDB...

Priority 1

**Describe the bug** ``` # redis-cli -s /proc/$(pgrep keydb-server)/root/tmp/keydb.sock info | grep ops Could not connect to Redis at /proc/20715: Operation not permitted ``` **To reproduce** enable unixsocket start keydb-server...

Priority 2

**Describe the bug** We have 2 keydb pods in active-replica. For some reason one of the pods started sends errors ```== CRITICAL == This replica is sending an error to...

Priority 2

Hi! I have checked the documentation but did not find any word about supported architectures - only about supported operating systems. Could you please put the information about supported architectures...

**Crash report** https://gist.github.com/reneklacan/f3fcd8aee08605f0f808abd1b72c63d8 **Aditional information** OS distribution and version: `Linux 5.4.0-1073-gcp #78~18.04.1-Ubuntu SMP Wed Apr 27 09:05:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` KeyDB version: `6.3.1` 1. We have 2...

Priority 1

**Crash report** Hey. I imported dump.rdb from Redis (v6) . But the KeyDB crashes after some time after start. Active replication is enabled with 1 instance. ``` 3998:3997:M 16 May...

Priority 1

This issue is in reference to the following issues reported: #442, possibly #390 When there is a split brain scenario and a key is deleted on one node, it will...

Enhancement

Hello i have a keydb cluster consist of master node, slave node both managed by sentinel node. config files in attach. Everything work in docker. version of keydb 6.2.2 i...

Question