From 4abb63e49598247c8fa370f21073c6a214163f2a Mon Sep 17 00:00:00 2001 From: kelvins-io <74569739+kelvins-io@users.noreply.github.com> Date: Fri, 23 Apr 2021 16:26:27 +0800 Subject: [PATCH] add g2cache --- Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects.md b/Projects.md index 2a98ccfc..e0d4d294 100644 --- a/Projects.md +++ b/Projects.md @@ -151,7 +151,7 @@ If you find a project in this list that is dead or broken, please either mark it * [memcache](https://github.com/smallfish/memcache) - go memcached client, forked from YouTube Vitess * [rend](https://github.com/Netflix/rend) - A memcached proxy that manages data chunking and L1/L2 caches * [YBC bindings](https://github.com/valyala/ybc/tree/master/bindings/go/ybc) - Bindings for YBC library providing API for fast in-process blob cache - + * [g2cache](https://github.com/kelvins-io/g2cache) -A coordinated local and external two-level caching scheme ## Cloud Computing * [aws-sdk-go](https://github.com/aws/aws-sdk-go) - AWS SDK for the Go programming language.