KeyDB: A Multithreaded Redis Fork

KeyDB: A Multithreaded Redis Fork

In addition to multithreading KeyDB also has features only available in Redis Enterprise such as FLASH storage support, and some not available at all such as direct backup to AWS S3. For more details on how we benchmarked KeyDB along with performance numbers check out our blog post: Redis Should Be Multithreaded

With new features comes new options:

The number of threads used to serve requests. If you want to see a more verbose output use the following:

To run KeyDB with the default configuration just type:

If you want to provide your keydb.conf, you have to run it using an additional parameter (the path of the configuration file):

It is possible to alter the KeyDB configuration by passing parameters directly as options using the command line.

Source: github.com