KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
**Crash report** ``` 3651747:3651766:M 15 Dec 2024 17:01:42.551 # KeyDB 6.3.4 crashed by signal: 11, si_code: 128 3651747:3651766:M 15 Dec 2024 17:01:42.551 # Accessing address: (nil) 3651747:3651766:M 15 Dec 2024...
- Add code to prevent stack buffer overflow. - Closes #905.
**Crash report** This issue is related to #871: - CVE-2024-31449 was found in Redis, and the same behavior is reproduced in KeyDB. - A Lua stack overflow causes a crash....
**The problem/use-case that the feature addresses** I am running a keydb 6.3.4. I turned off all persistence and ran it in ram only. I insert a few thousand unsorted sets...
**Describe the bug** I'm running two instances of KeyDB (replication). Each of them tends to occasionally move into a total deadlock condition. Neither the application I'm developing nor keydb-cli binary...
Hi. Dragonfly Version: v1.27.1 The HMGET command returns a value only for the first unique key. Reproduce: ``` 127.0.0.1:6379> HSET test f1 "hi" (integer) 1 127.0.0.1:6379> HMGET test f1 f1...
Goodbye
Hey all, Today is my last day at Snapchat. Thanks for all your support over the years. When we made KeyDB we wanted to prove that cache's should have great...
[CRASH]
**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...
Redis supports "cluster-announce-human-nodename" as part of its config file. Is it planned for future and if not, can we get similar support in KeyDB as well.
The replicationCacheMaster() function expects the master pointer to be non-nullptr and the cached_master to be nullptr. But if we happened to get disconnected multiple times and thus also go multiple...