KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
**Crash report** Killing a replica during multi-master replication _might_ cause other replica(s) to crash. In the attached logs, I've repeatedly killed replica0 until replica1 crashed; logs attached: [keydb0.log](https://github.com/Snapchat/KeyDB/files/9221400/keydb0.log) [keydb1.log](https://github.com/Snapchat/KeyDB/files/9221401/keydb1.log) [keydb2.log](https://github.com/Snapchat/KeyDB/files/9221402/keydb2.log)...
Hi, trying to build version 6.3.0 on a Raspberry PI fails with this error:  **To reproduce** Try to build on a Raspberry Pi **Expected behavior** Build succeeds on a...
**Describe the bug** Close one of Master Node (Maybe Network Issue or Service Shutdown) for the Replication wait PING/PONG timeout (like ```repl-ping-replica-period 10```) the others Node will show ```Unable to...
**Describe the bug** After upgrading to 6.3.1 the memory usage is higher than with previous versions. Also, fragmentation rises to 1.3 from the usual 1.05 with previous versions, the workload...
**The problem/use-case that the feature addresses** Need to filter out data with prefix abc:* as read only data for a set of users. A description of the problem that the...
**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...
**Describe the bug** Using https://artifacthub.io/packages/helm/enapter/keydb (Master - Master) mode I've noticed that one of the nodes makes `appendonly.aof` very large too quickly. Seems 6.2.2 was OK (but could be other...
**Describe the bug** The server can not be contacted anymore to dead connections in state CLOSE_WAIT **To reproduce** We are using a rails application with around 7-10 persistent connections running...
**Describe the bug** The KEYS command works perfectly for me but sometime I've detected wrong data at the moment to get values. It seems that recover data of other key...
**Crash report** TL:DR: Check kernel param: vm.max_map_count and increase it by sysctl or echo (https://github.com/Snapchat/KeyDB/issues/271) ``` 1440383:1200209:C 21 Jun 2022 13:39:09.482 * RDB: 429 MB of memory used by copy-on-write...