From 67da9fec302aead8e2c6aa61b6d9539177b56387 Mon Sep 17 00:00:00 2001 From: Mateusz Gajewski Date: Wed, 12 Oct 2016 16:54:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c896b41b..9527d098 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Databases implemented in Go.* + +* [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data. * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [buntdb](https://github.com/tidwall/buntdb) - A fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. * [cache2go](https://github.com/muesli/cache2go) - An in-memory key:value cache which supports automatic invalidation based on timeouts.