Valkey

AWS Azure Databases 2 variations

Valkey, a Redis API compatible in memory key value store, secured with a unique password on first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Variations

Choose the operating system, cloud and version you need. Every variation is the same hardened Valkey image, built and supported by cloudimg.

ProductCloudOperating systemVersion
Valkey AWS Standard View · Guide
Valkey 9 on Ubuntu 22.04 Azure Ubuntu 22.04 9 View · Guide

Overview

Valkey is an open source, in memory key value store forked from Redis and compatible with the Redis API and RESP protocol. It is used as a cache, session store and low latency data structure server.

Why the cloudimg image

The cloudimg image is hardened and fully patched with Valkey serving on port 6379 alongside the valkey cli shell and no manual setup. A fresh Valkey password is generated on first boot and stored in a root only file so the store is never left open to anonymous clients, and 24/7 cloudimg support is included.

Common uses

  • Caching
  • Session storage
  • Redis API compatible workloads