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.
GET STARTEDValkey can run as either a standalone daemon or in a cluster, with options for replication and high availability. Valkey natively supports a rich collection of datatypes, including strings, numbers, hashes, lists, sets, sorted sets, bitmaps, hyperloglogs and more. You can operate on data structures in-place with an expressive collection of commands. Valkey also supports native extensibility with built-in scripting support for Lua and supports module plugins to create new commands, data types, and more.
Step-by-step instructions on how to install and configure Valkey for first-time users.
See Installation GuideDetailed documentation on the various datatype supported by Valkey and best practices.
Documentation by topicYou can get the latest releases of Valkey from this page.
For installation instructions, supported package managers, and how to configure Valkey, see the installation page.
The releases page contains links to download all current and previous releases (including any security fixes for previous released versions).
Tags:
valkey/valkey:8.1.3
valkey/valkey:8.1.3-bookworm
valkey/valkey:8.1.3-alpine
valkey/valkey:8.1.3-alpine3.22
Example: docker run --rm valkey/valkey:8.1.3
Tags:
valkey/valkey:7.2.10
valkey/valkey:7.2.10-bookworm
valkey/valkey:7.2.10-alpine
valkey/valkey:7.2.10-alpine3.22
Example: docker run --rm valkey/valkey:7.2.10
I sat on the selection committee for Keyspace and was floored by the number and quality of submissions we received. It's truly amazing to see the talent and depth of experience that is present in the Valkey community manifest in a slate of presentations aimed to interest both experienced and new Valkey users.
The new Swift client for Valkey is now in preview. Learn about its features and how it brings the performance of Valkey to the Swift language.
The source of the Valkey server, CLI, and tools
The source for the Valkey container
All repos in the Valkey GitHub organization