From 048dcc262eff75b33af0b41f05a5f8cc70c5a9b9 Mon Sep 17 00:00:00 2001 From: oaStuff Date: Wed, 17 Jan 2018 02:18:44 +0100 Subject: [PATCH] added clusteredBigCache (#1763) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ba02801..d62aea2a 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bolt](https://github.com/boltdb/bolt) - Low-level key/value database for Go. * [buntdb](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. * [cache2go](https://github.com/muesli/cache2go) - In-memory key:value cache which supports automatic invalidation based on timeouts. +* [clusteredBigCache](https://github.com/oaStuff/clusteredBigCache) - BigCache with clustering support and individual item expiration. * [cockroach](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore. * [couchcache](https://github.com/codingsince1985/couchcache) - RESTful caching micro-service backed by Couchbase server. * [dgraph](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database.