Apache Kvrocks is an open-source, Redis-compatible, distributed key-value database built on RocksDB for persistent storage at lower cost than in-memory Redis. This image runs Kvrocks on Ubuntu 24.04 LTS, hardened and fully patched, listening on port 6666 bound to loopback, with a unique per-VM password generated on first boot and data on a dedicated disk. Maintained by cloudimg.
## Apache Kvrocks on Ubuntu 24.04 LTS
Apache Kvrocks is a distributed key-value NoSQL database that speaks the Redis protocol while persisting data to disk via RocksDB, giving you Redis-compatible APIs with the economics of disk-based storage. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/kvrocks-credentials.txt`, then connect with any Redis client: `redis-cli -p 6666 -a