From 644cdfcb772f3d55422fd8105a7da9976d2b44d8 Mon Sep 17 00:00:00 2001 From: ZeroWing-Automator Date: Tue, 5 May 2026 06:28:29 +0500 Subject: [PATCH] Update meta.json --- meta.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/meta.json b/meta.json index 3ae0cb5e..1a3cf69d 100644 --- a/meta.json +++ b/meta.json @@ -6779,5 +6779,23 @@ "saml", "multi-tenant" ] - } + }, + { + "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" + ] +} ]