From 5f74cd23096dd9d34ad079466aa16c9f57958192 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Tue, 19 May 2015 10:42:55 +1000 Subject: [PATCH] add couchcache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6fb1f94..82435d57 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [cache2go](https://github.com/muesli/cache2go) - An in-memory key:value cache which supports automatic invalidation based on timeouts. +* [couchcache](https://github.com/codingsince1985/couchcache) - A RESTful caching micro-service backed by Couchbase server. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. * [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. * [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.