mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"id": "keydb",
|
|
"name": "KeyDB",
|
|
"version": "latest",
|
|
"description": "KeyDB is a high-performance fork of Redis with multithreading, active replication, and flash storage support.",
|
|
"logo": "keydb.png",
|
|
"links": {
|
|
"github": "https://github.com/Snapchat/KeyDB",
|
|
"website": "https://docs.keydb.dev/",
|
|
"docs": "https://docs.keydb.dev/docs/"
|
|
},
|
|
"tags": [
|
|
"database",
|
|
"cache",
|
|
"redis",
|
|
"key-value"
|
|
]
|
|
}
|