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

Hi! Did anyone already test KeyDB with Profile-Guided Optimization? I am curious since according to my tests, PGO helps to achieve better performance with Redis: [link](https://github.com/redis/redis/issues/12371) at least in `redis-benchmark`...

Question

**Describe the bug** When enabling Master/Slave FLASH storage option, Master may get failed over if many client connections write to the Master. Furthermore, this failover can be consistently seen by...

Priority 2

**Describe the bug** I'm running keydb 6.3.3 with flash enabled. In cluster mode when a master node is added after initial creation, the new node is not acknowledged by all...

Priority 2

Hi KeyDB Team, I would like to take about the KeyDB's issue that I face when running in production environment in GCP. I ran the KeyDB with Flash feature (I...

More info needed

**Describe the bug** I have an issue with a 2-node active-replica setup where partial replication is never possible. Even if the replica backlog or replica-client buffers are not full, attempts...

Priority 2

**Describe the bug** When sentinel is triggering a master/slave failover with has many connections such as 10,000 , master is stuck on "client kill type normal" **To reproduce** Please note...

Priority 1

We have a 2-node active-replica setup, but want to send all writes to one and reads to the other. This is not feasible in Lettuce because of this regex, that...

Question

**Describe the bug** My configuration was working perfectly until I upgraded the machine it was running on to debian 12 after it was released. **To reproduce** Send a simple json.get...

Priority 1

**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...

Priority 1

Without enable SSD in the master-replica mode, the information for used_memory_dataset and used_memory_dataset_perc looks like incorrect. Test script: **./memtier_benchmark -s 172.25.0.37 -p 6381 -t 10 -c 100 -n 150000 --command='SET...

Priority 2