From 938dc7eecfa18bdc3dda29355e4060fe32f35eea Mon Sep 17 00:00:00 2001 From: Andrii Ursulenko Date: Tue, 18 Aug 2015 16:47:35 +0300 Subject: [PATCH] added link to new redis client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee58e23..6ab10662 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cayley](https://github.com/google/cayley) - A graph database with support for multiple backends. * [go-couchbase](https://github.com/couchbase/go-couchbase) - Couchbase client in Go * [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go + * [go-redis](https://github.com/go-redis/redis) - Redis client for Golang * [gocb](https://github.com/couchbaselabs/gocb) - Official Couchbase Go SDK * [gocql](http://gocql.github.io) - A Go language driver for Apache Cassandra. * [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.