KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
**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...
**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...
**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...
Per #511 and #464 it looks like this has happened a few times before. The Lets Encrypt certificate for the KeyDB Community site has expired.  > community.keydb.dev normally uses...
This is just a preliminary bug report, as I am still trying to track down the root cause. Steps are simple: (1) Start with fresh KeyDB instance (2) Load 6mil...
**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...
This is not the only crash generated for this assertion statement in the issues list. However the other one thats currently open is an AOF crash, this trace is background...
**Describe the bug** There are 2 places where KeyDB does a KeySpaceEvent: in db.cpp (for flash): ``` moduleNotifyKeyspaceEvent(NOTIFY_LOADED, "loaded", &keyobj, *(int *)data); ``` and in rdb.cpp (for RDB): ``` moduleNotifyKeyspaceEvent(NOTIFY_LOADED,...
**Describe the bug** With a new DB: ``` set test 222 EX 5 ``` Logging the keys from expire.cpp, ie: ``` keys = db->getStorageCache()->getExpirationCandidates(ACTIVE_EXPIRE_CYCLE_LOOKUPS_PER_LOOP); for (std::string key : keys) {...
**Describe the bug** With flash enabled on v6.3.4, I wrote a script that loads up the DB with > 3mil keys and majority having TTL expiring in 24hrs. Comes the...