From fe421932b3926d01699b8be32c9abc9d35666dd7 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 21 Feb 2017 08:55:05 -0700 Subject: [PATCH] added examples to node-tile38 and lettuce #101 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47072d89..4814085d 100644 --- a/README.md +++ b/README.md @@ -296,9 +296,9 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. - 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))) - Haskell: [hedis](https://github.com/informatikr/hedis) -- Java: [lettuce](https://github.com/mp911de/lettuce) -- Node.js: [node-tile38](https://github.com/phulst/node-tile38) -- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example)) +- 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))) +- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-redis))) - 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) ([example code](https://github.com/tidwall/tile38/wiki/Python-example))