mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* 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:
committed by
GitHub
parent
72eda8f5d4
commit
2d4a7b6941
18
meta.json
18
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user