From b3b29628a034b33d3ca7acf9d95bfac0bcb9544d Mon Sep 17 00:00:00 2001 From: Hugo Leonardo Costa e Silva Date: Sun, 6 Jul 2014 17:16:33 -0300 Subject: [PATCH] Adding the Groupcache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb36d957..6644ac43 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. +* [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. ## Database Drivers