# Installer valkey avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de valkey pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install valkey
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install valkey
```

  Preuve: 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
```

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

- dnf (92%):

```sh
sudo dnf install valkey
```

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

- Nix (92%):

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

  Preuve: 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
```

  Preuve: 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
```

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

- Debian apt (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:valkey
- **Gestionnaire de paquets:** Homebrew
- **Version:** 9.1.1
- **Résumé source:** High-performance data structure server that primarily serves key/value workloads
- **Page d'accueil:** <https://valkey.io>
- **Dépôt:** <https://github.com/valkey-io/valkey>
- **Dernière mise à jour:** 2026-07-22T01:03:48Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

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

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 9.1.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- 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
## Autres enregistrements de gestionnaires de paquets

- 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.1-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A persistent key-value database | https://valkey.io
- dnf - valkey-compat-redis - 9.1.1-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Conversion script and compatibility symlinks for Redis | https://valkey.io
- dnf - valkey-compat-redis-devel - 9.1.1-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Compatibility development header for Redis API Valkey modules | https://valkey.io
- dnf - valkey-devel - 9.1.1-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development header for Valkey module development | https://valkey.io
- dnf - valkey-doc - 9.1.1-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation and extra man pages for valkey | https://valkey.io
- dnf - valkey-rdma - 9.1.1-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | RDMA module for valkey | https://valkey.io


## Combined YAML source

View the package source record on GitHub. [combined/valkey.yml](https://github.com/mxcl/pkgdb/blob/main/combined/valkey.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
