add godscache a.k.a. Go DS Cache (#1934)

a wrapper around the Google Cloud Datastore Go package
that adds caching using memcached.
This commit is contained in:
Defcronyke 2018-05-28 04:26:21 -04:00 committed by Avelino
parent 3bbe7499d4
commit cccddee0bc

View File

@ -396,6 +396,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go.
* [gocb](https://github.com/couchbase/gocb) - Official Couchbase Go SDK.
* [gocql](http://gocql.github.io) - Go language driver for Apache Cassandra.
* [godscache](https://github.com/defcronyke/godscache) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
* [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB.
* [goriak](https://github.com/zegl/goriak) - Go language driver for Riak KV.