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

Reading the configuration file, at line 40 >>> 'sentinel announce-ip "web5"' sentinel directive while not in sentinel mode It used to work up until latest update but now it has...

I may not be looking in the right place or searching for the right terms, but I'm not finding any information on the best way (or any way) to configure...

Question

**The problem/use-case that the feature addresses** Currently, KeyDB (as with Redis) only supports binding to one of two things: individual IP addresses (specified in a list), or the entire network...

Enhancement

**Describe the bug** After updating to version 6.3.4, I noticed the test `Slave is able to evict keys created in writable slaves` consistently fails, see the error log below. I've...

Hi All, we recently noticed a problem in debian bookworm migrating from redis to keydb. Our setup is a two node system with redis replica master-slave, in particular: - node...

I performed an SSL connection test for KeyDB and generated certificates using the "gen-test-certs.sh" script. After configuring the certificate path in the keydb.conf file, I utilized the JedisPool to establish...

Is it possible to set up KeyDB instances to be read-only replicas of pure redis server? does keydb improve on the replicaof functionality? Does it benefit from keydb multithreading or...

Question

Clang 16 KeyDB lastest CC=clang CFLAGS="-static" make MALLOC=libc adlist.o: file not recognized: file format not recognized

Question

**Describe the bug** When setting min-clients-per-thread in keydb.conf, after deployment, the value is set to some random value. For e.g., when I set it to 4, after deployment, when I...

Priority 2

**Describe the bug** Multi-master about a 100ms link with about 1gb of data restarts sync within 1 minute of completing a sync from the other side. So for example, after...

Priority 2