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)"
Alpine install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-valkey.sh)"
Configuration
Config file:
1
/etc/valkey/valkey.conf
Notes
Show Login Credentials, type
cat ~/valkey.creds in the LXC consoleAlpines Valkey package is compiled without TLS support. For TLS, use the Debian-based valkey script instead.
Web Interface
Links
This post is licensed under CC BY 4.0 by the author.