KeyDB
KeyDB copied to clipboard
A Multithreaded Fork of Redis
When **enable SSD in the master-replica mode,** the information for used_memory_dataset and used_memory_dataset_perc looks like incorrect. In the redis and cache mode of Keydb, the values of used_memory_dataset and used_memory_dataset_perc...
**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...
If I add the codes in src/t_string.cpp as below: void incrCommand(client *c) { **sds buf = sdsempty();** incrDecrCommand(c,1); } Then I compile redis using the following commands: **make SANITIZER=address** When...
I just did a test...i build keydb,last release on s390x, ppc64 and ppc64le... the keydb program execute but... the server just dont start... i dont get any results/prints on screen..
**Crash report** When using the RedisTimeSeries module, restoring data from flash results in a segmentation fault. To reproduce: 1. Start keydb --storage-provider flash --loadmodule redistimeseries.so 2. Write some data with...
**Describe the bug** https://docs.keydb.dev/docs/download/ - the helm chart is not maintained since March 2023 - It leads to this repo on artifacthub.io - https://artifacthub.io/packages/helm/enapter/keydb - Which leads to this GH...
**Describe the bug** LPUSH/BLPOP does not work correctly after starting in multimaster/replica After `redis-cli -h 10.1.16.100 LPUSH test a b c` returns same value for different clients **To reproduce** ```...
This tracks renaming any code still using the old master/slave terminology where back compat is not affected. The older terminology is divisive and that’s not what KeyDB is about. On...
Testing in async_falsh branch, in db.cpp, one change is to reset m_numexpires in removeAllCachedValues(): ``` void redisDbPersistentData::removeAllCachedValues() ... m_numexpires = 0; } ``` When the server fails to evict any...
A question with regard to the vertical scalability of KeyDB. I setup a i4i.8xlarge machine at AWS and ran the KeyDB server once with server-threads equals to 4 and once...