From 938dc7eecfa18bdc3dda29355e4060fe32f35eea Mon Sep 17 00:00:00 2001 From: Andrii Ursulenko Date: Tue, 18 Aug 2015 16:47:35 +0300 Subject: [PATCH 1/2] 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. From 780d4118ea9f00120a0fec9bf759539d5eaf213c Mon Sep 17 00:00:00 2001 From: Andrii Ursulenko Date: Wed, 19 Aug 2015 09:10:55 +0300 Subject: [PATCH 2/2] changed package name and moved in alpha order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab10662..ac5c075b 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,6 @@ 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. @@ -257,6 +256,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang. * [neoism](https://github.com/jmcvetta/neoism) - Neo4j client for Golang * [redigo](https://github.com/garyburd/redigo) - Redigo is a Go client for the Redis database. + * [redis](https://github.com/go-redis/redis) - Redis client for Golang * [redis](https://github.com/hoisie/redis) - A simple, powerful Redis client for Go. * Search and Analytic Databases