KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
**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. ``` 449746:449758:S 10...
**Describe the bug** I just upgraded to latest keydb 6.3.1 from 6.0.x and I noticed high CPU usage every minute or so. In my scenario the process will simply run...
Sorry for opening an issue for this, I did not find any better means of contacting you. I would like to invite your community to write a review for a...
Sentinel seems to respect this: ``` docker run -p 6381:6381 --net redis-local --name local-replica-1 eqalpha/keydb keydb-server /etc/keydb/redis.conf --bind 0.0.0.0 --port 6381 --replicaof local-master 6380 --slave-priority 0 ``` But not this...
**Crash report** I have a cluster of 9 nodes. Each node is configured with flash storage. Cluster started successfully, then I restarted one pod and it crashed right after restart:...
Hi Testing on v6.3.4 and encountered this stack trace: ``` 7:72:M 24 Mar 2024 23:00:10.861 # === ASSERTION FAILED === 7:72:M 24 Mar 2024 23:00:10.861 # ==> db.cpp:1833 'm_numexpires >...
intented -> intended
Just saw that Redis is moving to different licence starting version 7.4 and wondering what would be the impact of it on future releases of KeyDB? https://redis.com/blog/redis-adopts-dual-source-available-licensing/
I'm in the final stages of getting KeyDB packaged in Fedora's official repositories as well as EPEL which covers AlmaLinux, RHEL, and variants. I plan to PR the docs to...
These patches add support to optionally use system libraries instead of the vendored (or embedded) projects. This was requested in #493. I'm sending what I've got for now to avoid...