# Install valkey with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

High-performance data structure server that primarily serves key/value workloads. Version 9.1.0 via Homebrew; verified 2026-06-06.

## Install

```sh
sudo av install brew:valkey
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install valkey
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install valkey
```

  Evidence: MacPorts ports tree: databases/valkey/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add valkey
```

  Evidence: Alpine Linux edge package indexes: valkey from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install valkey-sentinel
```

  Evidence: Debian stable package indexes: valkey-sentinel from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install valkey
```

  Evidence: Fedora Rawhide package metadata: valkey from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#valkey
```

  Evidence: nixpkgs package indexes: pkgs/by-name/va/valkey/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S valkey
```

  Evidence: Arch Linux sync databases: valkey from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install valkey
```

  Evidence: openSUSE Tumbleweed package metadata: valkey from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:valkey
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/valkey>
- **Version:** 9.1.0
- **Source summary:** High-performance data structure server that primarily serves key/value workloads
- **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
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- valkey-benchmark (cli)
- valkey-check-aof (cli)
- valkey-check-rdb (cli)
- valkey-cli (cli)
- valkey-sentinel (cli)
- valkey-server (cli)
- valkey-benchmark (alias)
- valkey-check-aof (alias)
- valkey-check-rdb (alias)
- valkey-cli (alias)
- valkey-sentinel (alias)
- valkey-server (alias)

## Dependencies

- openssl@3

## Install behavior

- Post-install hook: not defined
- Service: declared
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 9.1.0
- Package-manager updated: 2026-06-06
- Local data: ok
- Upstream repository: https://github.com/valkey-io/valkey
- Upstream latest detected: 9.1.0 (current)
## Project history and usage

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.

### Project 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.

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.

### Adoption history

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.

### How it is used

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.

### Sources

- <https://valkey.io/topics/introduction/>
- <https://www.linuxfoundation.org/blog/a-year-of-valkey>
- <https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community>


## Security Notes

formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- formula declares a Homebrew service


## Configuration and credential file locations

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.


## Configuration files

- Unix: valkey.conf, /etc/valkey/6379.conf, /etc/myvalkey.conf

## Credential files

- Unix: valkey.conf
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** valkey
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** redis
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - valkey-sentinel - 8.1.1+dfsg1-3+deb13u2: normalized package name match | Debian stable package indexes: valkey-sentinel from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Persistent key-value database with network interface (monitoring) | https://valkey.io
- Debian apt - valkey-server - 8.1.1+dfsg1-3+deb13u2: normalized package name match | Debian stable package indexes: valkey-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Persistent key-value database with network interface | https://valkey.io
- Debian apt - valkey-tools - 8.1.1+dfsg1-3+deb13u2: normalized package name match | Debian stable package indexes: valkey-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Persistent key-value database with network interface (client) | https://valkey.io
- Nix - valkey: normalized package name match | nixpkgs package indexes: pkgs/by-name/va/valkey/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - valkey - 9.0.4-r0: normalized package name match | Alpine Linux edge package indexes: valkey from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Open source high-performance key/value datastore (fork of Redis) | https://valkey.io/
- apk - valkey-benchmark - 9.0.4-r0: normalized package name match | Alpine Linux edge package indexes: valkey-benchmark from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Valkey benchmarking tool | https://valkey.io/
- apk - valkey-cli - 9.0.4-r0: normalized package name match | Alpine Linux edge package indexes: valkey-cli from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Valkey CLI client | https://valkey.io/
- apk - valkey-compat - 9.0.4-r0: normalized package name match | Alpine Linux edge package indexes: valkey-compat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Valkey command symlinks and system group for compatibility with redis | https://valkey.io/
- apk - valkey-openrc - 9.0.4-r0: normalized package name match | Alpine Linux edge package indexes: valkey-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Open source high-performance key/value datastore (fork of Redis) (OpenRC init scripts) | https://valkey.io/
- apk - valkey-tls - 9.0.4-r0: normalized package name match | Alpine Linux edge package indexes: valkey-tls from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | TLS module for Valkey | https://valkey.io/
- dnf - valkey - 9.1.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: valkey from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A persistent key-value database | https://valkey.io
- dnf - valkey-compat-redis - 9.1.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: valkey-compat-redis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Conversion script and compatibility symlinks for Redis | https://valkey.io
- dnf - valkey-compat-redis-devel - 9.1.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: valkey-compat-redis-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Compatibility development header for Redis API Valkey modules | https://valkey.io
- dnf - valkey-devel - 9.1.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: valkey-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development header for Valkey module development | https://valkey.io
- dnf - valkey-doc - 9.1.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: valkey-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation and extra man pages for valkey | https://valkey.io
- dnf - valkey-rdma - 9.1.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: valkey-rdma from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | RDMA module for valkey | https://valkey.io


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [dynomite](https://www.automicvault.com/pkg/brew/dynomite/) - Shares av.db curated category or tags: cli, data, database, key-value-store.
- [kyoto-cabinet](https://www.automicvault.com/pkg/brew/kyoto-cabinet/) - Shares av.db curated category or tags: cli, data, database, key-value-store.
- [kyoto-tycoon](https://www.automicvault.com/pkg/brew/kyoto-tycoon/) - Shares av.db curated category or tags: cache, cli, data, database, key-value-store.
- [memcached](https://www.automicvault.com/pkg/brew/memcached/) - Shares av.db curated category or tags: cache, cli, data, key-value-store, server.
- [keydb](https://www.automicvault.com/pkg/brew/keydb/) - Shares av.db curated category or tags: cli, data, database, key-value-store, server.
- [tinycdb](https://www.automicvault.com/pkg/brew/tinycdb/) - Shares av.db curated category or tags: cli, data, database, key-value-store.
- [berkeley-db](https://www.automicvault.com/pkg/brew/berkeley-db/) - Shares av.db curated category or tags: cli, data, database, key-value-store.
- [cdb](https://www.automicvault.com/pkg/brew/cdb/) - Shares av.db curated category or tags: cli, data, database, key-value-store.
- [redis](https://www.automicvault.com/pkg/brew/redis/) - Local metadata places this package in an adjacent workflow. Shared terms: aof, benchmark, cache, check, cli.

## Combined YAML source

View the package source record on GitHub. [combined/valkey.yml](https://github.com/automic-vault/db/blob/main/combined/valkey.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
