KeyDB 6.3.4 on Ubuntu 24.04 LTS by cloudimg. A high-performance, multithreaded, fully Redis-compatible datastore for caching, session stores, queues and pub/sub. Runs loopback-only on 6379 with a per-VM requirepass password, RDB plus AOF persistence on a dedicated data disk. 24/7 support.
## KeyDB on Ubuntu 24.04 LTS by cloudimg
KeyDB is a high-performance fork of Redis that is fully protocol- and command-compatible but uses multiple threads to drive higher throughput from a single node. It is a drop-in replacement for Redis for caching, session stores, queues, rate limiting, leaderboards and pub/sub. The cloudimg image installs KeyDB 6.3.4 (the official keydb-server and keydb-cli), runs it as a dedicated keydb system user, stores RDB snapshots and the AOF append-only log on a dedicated Azure data disk, and rotates a unique password into the image on first boot. Backed by 24/7 expert support.
Multithreaded and Redis-compatible
KeyDB speaks the Redis protocol, so existing Redis clients, libraries and tooling work unchanged. It runs with server-threads 2 to use both vCPUs of a Standard_B2s for higher throughput than single-threaded Redis on the same hardware.
Dedicated Data Disk
RDB snapshots and the AOF append-only log live on a dedicated, independently resizable Azure data disk mounted at /var/lib/keydb, separate from the OS disk and re-provisioned with every VM. Snapshot it to back up your keyspace.
Secure By Default
KeyDB is bound to loopback only (127.0.0.1:6379) and is not exposed publicly. Authentication uses a single shared password (requirepass) that is unique to each VM, generated on first boot and stored in a root-only file. Reach KeyDB over an SSH tunnel (ssh -L 6379:127.0.0.1:6379 azureuser@your-vm-ip) or bind it to a private NIC with TLS for remote use.
Why Choose cloudimg?
* 24/7 Expert Support with guaranteed 24 hour response. Contact support@cloudimg.co.uk
* Production Ready from Launch Pre configured, security patched, and validated before publication
* Azure Native Integration Built with Azure Linux Agent, cloud init, and Gen2 Hyper V
What is Included
* KeyDB 6.3.4 (keydb-server + keydb-cli), Redis protocol compatible
* Multithreaded engine (server-threads 2) bound to loopback on 6379
* A per-VM requirepass password generated on first boot in a root-only file
* RDB + AOF persistence on a dedicated Azure data disk at /var/lib/keydb
* keydb-server.service as a systemd unit, enabled and active
Use Cases
Caching, session stores, message queues, rate limiting, leaderboards and pub/sub - a drop-in, higher-throughput Redis replacement for self-hosted workloads.
Visit www.cloudimg.co.uk/guides/keydb-on-ubuntu-24-04-azure for the full user guide.
KeyDB is a trademark of Snap Inc. Redis is a trademark of Redis Ltd. This image is published by cloudimg and is not affiliated with or endorsed by Snap Inc. or Redis Ltd. All trademarks are the property of their respective holders.