From a08ad217cc553f8ae76d958a29a8ba326ba0fada Mon Sep 17 00:00:00 2001 From: Kelvin Mwinuka Date: Sun, 9 Jun 2024 19:16:17 +0800 Subject: [PATCH] Add EchoVault to Database, Caches --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3514086..67fba922 100644 --- a/README.md +++ b/README.md @@ -677,6 +677,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [clusteredBigCache](https://github.com/oaStuff/clusteredBigCache) - BigCache with clustering support and individual item expiration. - [coherence-go-client](https://github.com/oracle/coherence-go-client) - Full implementation of Oracle Coherence cache API for Go applications using gRPC as network transport. - [couchcache](https://github.com/codingsince1985/couchcache) - RESTful caching micro-service backed by Couchbase server. +- [EchoVault](https://github.com/EchoVault/EchoVault) - Embeddable Distributed in-memory data store compatible with Redis clients. - [fastcache](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. - [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. - [gdcache](https://github.com/ulovecode/gdcache) - A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache.