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** A short description of the bug. **To reproduce** Steps to reproduce the behavior and/or a minimal code sample. **Expected behavior** A description of what you expected to...

a few typos fixed(-ish)

Complete implementation of Redis 8.2.3 protocol while maintaining KeyDB's unique features (master-master replication, multithreading, K8s scaling). - List operations: LMPOP, BLMPOP - Sorted set operations: ZMPOP, BZMPOP - Set operations:...

**Environment** KeyDB Version: 6.3.4, bits=64, commit=00000000, modified=0 Mode: Standalone Platform: Linux 5.10.240-238.966.amzn2.x86_64 Containerization: Running in Kubernetes, Bitnami Helm chart ConfigFile: /opt/bitnami/keydb/etc/keydb.conf Deployment Context: High connection count, background saves, frequent replication...

### CVE-2025-29844 Redis versions 8.2.1 and below are vulnerable to remote code execution via a specially crafted Lua script that manipulates the garbage collector to trigger use-after-free. Fixed in version...

Dear KeyDB Team , I’ve noticed that KeyDB hasn’t received any major updates or maintenance since around 2023. It seems like development has slowed down significantly , no new commits,...

https://redis.io/blog/security-advisory-cve-2025-49844/ Is this security issue also in keyDB, considering the bug is 13 years old and keyDB is based on redis?

Please provide Debian packages for Debian 13 (trixie).

**Describe the bug** Hello, I use a KeyDB multimaster cluster behind an HAProxy load balancer. This works most of the time, but in certain situations I get the Follwoing Error:...

KeyDB Version: 6.3.4 Description: I’m trying to use SWAPDB in a master–replica setup and noticed some confusing behavior with persistent connections. If a client is connected to a replica and...