This version is still in development and is not considered stable yet. For the latest stable version, please use Korvet 0.12.5!

Installation

This guide covers different ways to install Korvet.

Docker

The easiest way to run Korvet is using Docker:

docker pull redisfield/korvet:latest

Distribution Package

Download the distribution package (.tar or .zip) from Korvet Releases.

Extract the Archive

# For .tar
tar -xf korvet-<version>.tar

# For .zip
unzip korvet-<version>.zip

Run Korvet

The distribution includes a startup script with all required JVM options:

cd korvet-<version>
./bin/korvet

Replace <version> with the downloaded version (e.g., 0.1.0).

System Requirements

  • Java: 17 or later

  • Redis: 8+

  • Memory: Minimum 512MB RAM (2GB+ recommended for production)

  • StorageTier: Depends on message volume and retention policy