macOS
brew install valkeylocal Homebrew formula metadata
sudo port install valkeyMacPorts ports tree · databases/valkey/Portfile · source: api.github.com
brew
High-performance data structure server that primarily serves key/value workloads. Version 9.1.0 via Homebrew; verified 2026-06-06.
install
brew install valkeylocal Homebrew formula metadata
sudo port install valkeyMacPorts ports tree · databases/valkey/Portfile · source: api.github.com
sudo apk add valkeyAlpine Linux edge package indexes · valkey · source: dl-cdn.alpinelinux.org
sudo apt install valkey-sentinelDebian stable package indexes · valkey-sentinel · source: deb.debian.org
sudo dnf install valkeyFedora Rawhide package metadata · valkey · source: dl.fedoraproject.org
nix profile install nixpkgs#valkeynixpkgs package indexes · pkgs/by-name/va/valkey/package.nix · source: api.github.com
sudo pacman -S valkeyArch Linux sync databases · valkey · source: geo.mirror.pkgbuild.com
sudo zypper install valkeyopenSUSE Tumbleweed package metadata · valkey · source: download.opensuse.org
overview
High-performance data structure server that primarily serves key/value workloads
history
Valkey was created in March 2024 as the open source community's continuation of the Redis codebase after Redis Inc. changed Redis licensing. The Linux Foundation announced Valkey on March 28, 2024, saying the project would continue from Redis 7.2.4 under the BSD 3-clause license with open governance. The initial backers and contributors included former Redis maintainers and engineers from AWS, Google Cloud, Oracle, Ericsson, Snap, and others, with Madelyn Olson, Ping Xie, and Viktor Soderqvist among the quoted early maintainers and supporters.
Valkey was created in March 2024 as the open source community's continuation of the Redis codebase after Redis Inc. changed Redis licensing. The Linux Foundation announced Valkey on March 28, 2024, saying the project would continue from Redis 7.2.4 under the BSD 3-clause license with open governance. The initial backers and contributors included former Redis maintainers and engineers from AWS, Google Cloud, Oracle, Ericsson, Snap, and others, with Madelyn Olson, Ping Xie, and Viktor Soderqvist among the quoted early maintainers and supporters.
Within its first year Valkey moved from fork to independent release train. The Linux Foundation's April 2025 retrospective says Valkey 8.0 shipped within the first six months, followed by Valkey 8.1 in April 2025, with work focused on performance, reliability, observability, extensibility, and efficiency. The same account notes rapid organizational growth: support from more than 20 companies in the first few months, nearly 50 contributing companies after a year, and community modules for search, JSON, and probabilistic Bloom filters.
The project's early history is unusually tied to governance and ecosystem trust rather than a new technical idea. Linux Foundation materials describe Valkey as a way to preserve a permissively licensed, collaboratively developed in-memory data store after years of Redis adoption for caching, low-latency data storage, real-time analytics, sessions, message brokering, and related workloads. In practice, that made Valkey attractive to vendors, distributions, and operators that wanted Redis-compatible behavior without a source-available license transition.
Within its first year Valkey moved from fork to independent release train. The Linux Foundation's April 2025 retrospective says Valkey 8.0 shipped within the first six months, followed by Valkey 8.1 in April 2025, with work focused on performance, reliability, observability, extensibility, and efficiency. The same account notes rapid organizational growth: support from more than 20 companies in the first few months, nearly 50 contributing companies after a year, and community modules for search, JSON, and probabilistic Bloom filters.
Technically, Valkey remains an in-memory data structure server used as a database, cache, message broker, and streaming engine. Its documentation lists strings, hashes, lists, sets, sorted sets, bitmaps, HyperLogLogs, geospatial indexes, and streams, along with replication, Lua scripting, eviction, transactions, persistence, Sentinel high availability, and Cluster partitioning. The common package-level usage pattern is therefore familiar to Redis users: run `valkey-server`, inspect or script with `valkey-cli`, use client libraries from application code, and migrate Redis OSS deployments where protocol and command compatibility fit.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
valkey.conf/etc/valkey/6379.conf/etc/myvalkey.confCredential-bearing paths to review before unattended agent runs.
valkey.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
valkey-benchmark | cli | global executable | |
valkey-check-aof | cli | global executable | |
valkey-check-rdb | cli | global executable | |
valkey-cli | cli | global executable | |
valkey-sentinel | cli | global executable | |
valkey-server | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/valkey-io/valkey
install metadata
| Package key | brew:valkey |
|---|---|
| Version | 9.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/valkey |
| Homepage | https://valkey.io |
| Repository | https://github.com/valkey-io/valkey |
| Upstream docs | https://valkey.io/docs |
| License | BSD-3-Clause AND BSD-2-Clause AND BSL-1.0 AND MIT AND (CC0-1.0 OR BSD-2-Clause) |
| Source archive | https://github.com/valkey-io/valkey/archive/refs/tags/9.1.0.tar.gz |
| Last updated | 2026-06-06T01:13:25Z |
| Pulse | updated |
| Dependencies | openssl@3 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | valkey |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
valkey-sentinel 8.1.1+dfsg1-3+deb13u2
Persistent key-value database with network interface (monitoring)
sudo apt install valkey-sentinelvalkey-server 8.1.1+dfsg1-3+deb13u2
Persistent key-value database with network interface
sudo apt install valkey-servervalkey-tools 8.1.1+dfsg1-3+deb13u2
Persistent key-value database with network interface (client)
sudo apt install valkey-toolsvalkey
nix profile install nixpkgs#valkeyvalkey 9.0.4-r0
Open source high-performance key/value datastore (fork of Redis)
sudo apk add valkeyvalkey-benchmark 9.0.4-r0
Valkey benchmarking tool
sudo apk add valkey-benchmarkvalkey-cli 9.0.4-r0
Valkey CLI client
sudo apk add valkey-clivalkey-compat 9.0.4-r0
Valkey command symlinks and system group for compatibility with redis
sudo apk add valkey-compatvalkey-openrc 9.0.4-r0
Open source high-performance key/value datastore (fork of Redis) (OpenRC init scripts)
sudo apk add valkey-openrcvalkey-tls 9.0.4-r0
TLS module for Valkey
sudo apk add valkey-tlsvalkey 9.1.0-1.fc45
A persistent key-value database
sudo dnf install valkeyvalkey-compat-redis 9.1.0-1.fc45
Conversion script and compatibility symlinks for Redis
sudo dnf install valkey-compat-redisvalkey-compat-redis-devel 9.1.0-1.fc45
Compatibility development header for Redis API Valkey modules
sudo dnf install valkey-compat-redis-develvalkey-devel 9.1.0-1.fc45
Development header for Valkey module development
sudo dnf install valkey-develvalkey-doc 9.1.0-1.fc45
Documentation and extra man pages for valkey
sudo dnf install valkey-docvalkey-rdma 9.1.0-1.fc45
RDMA module for valkey
sudo dnf install valkey-rdmasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.