KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

can a KeyDB instance be replicaof redis-aerver?

Open Nadav42 opened this issue 2 years ago • 1 comments

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 something?

Nadav42 avatar Oct 23 '23 04:10 Nadav42

Yes you can make a keydb instance replicate a redis instance, the multithreading will not affect replication, but should provider better read throughput compared to a redis instance.

msotheeswaran-sc avatar Oct 23 '23 20:10 msotheeswaran-sc