KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

A Multithreaded Fork of Redis

Results 321 KeyDB issues
Sort by recently updated
recently updated
newest added

Currently, if i use default keydb.conf, then all data will be save to data.rdb. If I use keydb.conf from https://docs.keydb.dev/docs/config-file/ and uncomment enable-pro [License Key] #enable-enterprise [License Key] #Enable FLASH...

Question

Configuration: Four multimaster in full mesh in ports 8881, 8882, 8883 and 8884 in same test machine --active-replica yes --multi-master yes --repl-diskless-sync yes --repl-timeout 180 In conf file the following...

Priority 2

**Describe the bug** I dont see any benifit using keydb tls cluster over redis 6.x tls cluster in terms of latency improvements that keydb claiming .intact p99 latencies of redis...

Priority 2

**flushall async took 60 seconds in SSD use case when the redis.conf configures 256 databases** When we configure 256 databases in redis.conf and run with the storage provider use case,...

Priority 1

In my previos setup from 6 month ago, i couldnt compile keydb with gcc -flto, because compiled application binary doesnt start. How we can solve this? Any solutions? Thanks and...

Question

**Describe the bug** KeyDB hangs with 100% CPU usage when using multimaster clusters with diskless replication. **To reproduce** base.conf: ``` protected-mode no tcp-backlog 511 timeout 600 tcp-keepalive 300 supervised no...

Priority 1

**Describe the bug** A thing I noticed when debugging https://github.com/Snapchat/KeyDB/issues/512, setting `repl-diskless-sync yes` in the config doesn't actually enable diskless replication, because the logs contain `MASTER REPLICA sync: receiving streamed...

Priority 1

**Crash report** 351001:351012:M 09 Jan 2023 21:50:38.434 * Background saving terminated with success 351001:351012:M 09 Jan 2023 21:51:39.056 * 10000 changes in 60 seconds. Saving... 351001:351012:M 09 Jan 2023 21:51:39.057...

Priority 1

Is it safe to use keydb in active-active mode without any rdb/aof backup? Do I understand correctly that in this case the data is duplicated on two masters, and if...

rocksdb fails to compile on ubuntu 22.04 arm, switch to a fork with only the necessary fixes to avoid potential instability