-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from valkey-io/main
Move blog post prod
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: post | ||
title: "Valkey 7.2.5 GA is out!" | ||
authors: | ||
- kyledvs | ||
date: 2024-04-16 01:01:01 -0700 | ||
categories: update | ||
--- | ||
|
||
Exciting times! | ||
|
||
I'm pleased to announce that you can start using the first generally available, stable Valkey release today. | ||
Check out the [release page for 7.2.5](/download/releases/v7-2-5). | ||
|
||
This release maintains the same protocol, API, return values, and data file formats with the last open source release of Redis (7.2.4). | ||
|
||
You can [build it from source](https://github.com/valkey-io/valkey/releases/tag/7.2.5) or [pull it from Valkey’s official Docker Hub](https://hub.docker.com/r/valkey/valkey/). | ||
Valkey’s release candidates are available in Fedora and EPEL and the new release will be available once the community updates the packages. |