From 5fd5771aa4fab90e2d297f834a4bda1b277ef493 Mon Sep 17 00:00:00 2001 From: Rahul Madhav Upakare Date: Tue, 25 Jun 2019 08:50:07 +0530 Subject: [PATCH 1/2] name correction fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf0b6d344d..b71394b0e7c 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [neoism](https://github.com/jmcvetta/neoism) - Neo4j client for Golang. * [redigo](https://github.com/gomodule/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/bsm/redeo) - Redis-protocol compatible TCP servers/services. + * [redeo](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. * [xredis](https://github.com/shomali11/xredis) - Typesafe, customizable, clean & easy to use Redis client. * Search and Analytic Databases. From 73634f2a90277b50134990190e5700116f872d44 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Mon, 1 Jul 2019 12:26:57 +0200 Subject: [PATCH 2/2] Fixed order Fixed alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b71394b0e7c..e2cd970760b 100644 --- a/README.md +++ b/README.md @@ -482,9 +482,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [neo4j](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang. * [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang. * [neoism](https://github.com/jmcvetta/neoism) - Neo4j client for Golang. + * [redeo](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. * [redigo](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. * [redis](https://github.com/go-redis/redis) - Redis client for Golang. - * [redeo](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. * [xredis](https://github.com/shomali11/xredis) - Typesafe, customizable, clean & easy to use Redis client. * Search and Analytic Databases.