From eab4973c2048b897befa9f34f6776255c1f243e5 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 16 Dec 2016 08:18:15 -0700 Subject: [PATCH] link to node_redis example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7ff1dc..1b910f1f 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. - Go: [Redigo](https://github.com/garyburd/redigo) - Haskell: [hedis](https://github.com/informatikr/hedis) - Java: [lettuce](https://github.com/mp911de/lettuce) -- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) >> [example code](https://github.com/tidwall/wiki/node_redis-example) +- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) >> [example code](https://github.com/tidwall/tile38/wiki/node_redis-example) - Perl: [perl-redis](https://github.com/PerlRedis/perl-redis) - PHP: [phpredis](https://github.com/phpredis/phpredis) - Python: [redis-py](https://github.com/andymccurdy/redis-py)