
Valkey
Valkey is a flexible distributed key-value datastore that supports both caching and beyond caching workloads.
Official integration
Created - Last update
Valkey is a flexible distributed key-value datastore that supports both caching and beyond caching workloads. After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 6379 to other CapRover apps. Enter your Valkey container name and click on next. It will take about a minute for the process to finish.
Deployed services
valkey
valkey/valkey:$$cap_valkey_version
- valkey-valkey-data:/data
always
1Variables
Valkey Version Tag
Default: 8.0.1-alpine
$$cap_valkey_versionCheck out their Docker page for the valid tags: https://hub.docker.com/r/valkey/valkey/tags
Valkey extra flags
Default: undefined
$$cap_valkey_extra_flagsyou can pass extra flags to `valkey-server` command using this value For example by passing `--requirepass password` you can set a password for Valkey server