Post

Valkey

Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. The project is backed by the Linux Foundation, ensuring it will remain open source forever.

Valkey

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/valkey.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-valkey.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
/etc/valkey/valkey.conf

Notes

Show Login Credentials, type cat ~/valkey.creds in the LXC console
Alpines Valkey package is compiled without TLS support. For TLS, use the Debian-based valkey script instead.

Web Interface

Port: 6379

This post is licensed under CC BY 4.0 by the author.