Feat : Add template for Valkey (#15) (#508)

* feat: Add Valkey template (#15)

* fixed the build issue

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Harikrishnan Dhanasekaran
2025-11-08 11:10:33 +05:30
committed by GitHub
parent 72eda8f5d4
commit 2d4a7b6941
4 changed files with 156 additions and 0 deletions

View File

@@ -5382,6 +5382,24 @@
"self-hosted"
]
},
{
"id": "valkey",
"name": "Valkey",
"version": "8.1.4",
"description": "Valkey is an open-source fork of Redis, backed by AWS and the Linux Foundation. It provides a high-performance, in-memory data structure store with Redis compatibility.",
"logo": "valkey.svg",
"links": {
"github": "https://github.com/valkey-io/valkey",
"website": "https://valkey.io/",
"docs": "https://github.com/valkey-io/valkey"
},
"tags": [
"database",
"cache",
"redis",
"in-memory"
]
},
{
"id": "vault",
"name": "Vault",