From b5fe791528c86b7e924db1bba27a111c5e2cd933 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 30 Apr 2018 08:49:19 -0700 Subject: [PATCH] Updated README Redigo link fixes #309 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a33844..ebd1ee81 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. - Common Lisp: [CL-Redis](https://github.com/vseloved/cl-redis) - Erlang: [Eredis](https://github.com/wooga/eredis) - Go: [go-redis](https://github.com/go-redis/redis) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(go-redis))) -- Go: [redigo](https://github.com/garyburd/redigo) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(redigo))) +- Go: [redigo](https://github.com/gomodule/redigo) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(redigo))) - Haskell: [hedis](https://github.com/informatikr/hedis) - Java: [lettuce](https://github.com/mp911de/lettuce) ([example code](https://github.com/tidwall/tile38/wiki/Java-example-(lettuce))) - Node.js: [node-tile38](https://github.com/phulst/node-tile38) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-tile38)))