From bfc35b6226ec13ec9bdbe87bacdf191e85ff4727 Mon Sep 17 00:00:00 2001 From: Maged <19859654+magedragheb@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:56:22 +0200 Subject: [PATCH] update Developer.yaml and add DragonflyDB --- dataset/companies/Developer.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dataset/companies/Developer.yaml b/dataset/companies/Developer.yaml index ae4cd6a..6f8c5d4 100644 --- a/dataset/companies/Developer.yaml +++ b/dataset/companies/Developer.yaml @@ -82,3 +82,13 @@ Description: "" Website: "https://ai21.com/" Alternatives: [] +- Name: "Dragonfly DB" + Description: "A redis compatible In Memory datastore" + Website: "https://www.dragonflydb.io/" + Alternatives: + - Name: "Memcached" + Description: "Memcached is a high-performance, distributed memory object caching system" + Website: "https://memcached.org/" + - Name: "KeyDB" + Description: "KeyDB is a fully open source database, backed by Snap, and a faster drop in alternative to Redis" + Website: "https://docs.keydb.dev/"