Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new product] add valkey #6525

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions products/valkey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Valkey
category: database
permalink: /valkey
versionCommand: valkey-server --version
releasePolicyLink: https://valkey.io/topics/releases/
changelogTemplate: https://github.com/valkey-io/valkey/releases/tag/__LATEST__
eoasColumn: true
releaseDateColumn: true
eoasColumn: Maintenance Support
eolColumn: Extended Security Support

identifiers:
- purl: pkg:github/valkey-io/valkey
- purl: pkg:docker/valkey/valkey

auto:
methods:
- git: https://github.com/valkey-io/valkey.git

releases:
- releaseCycle: "8.0"
releaseDate: 2024-09-15
eoas: false
eol: false
latest: "8.0.2"
latestReleaseDate: 2025-01-07

- releaseCycle: "7.2"
releaseDate: 2023-08-15 # inherit from redis
eoas: 2027-04-16
eol: 2029-04-16
latest: "7.2.7"
latestReleaseDate: 2024-10-02
---

> [Valkey](https://valkey.io/) 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. Valkey can run as either a standalone
> daemon or in a cluster, with options for replication and high availability.

The Valkey community strives to release a stable major version once a year.
Stable minor versions are created as needed in between major releases,
and we aim to release at least one minor version a year.