From 6f5bb459e1f95ddb2e088bc73e843a857ce1ae39 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 6 Feb 2017 03:59:09 -0700 Subject: [PATCH] added link to node-tile38 client Peter Hulst (@phulst) created a new Node.js client designed specifically for Tile38! https://github.com/phulst/node-tile38 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5109b28d..47072d89 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ The server will respond in [JSON](http://json.org) or [RESP](http://redis.io/top ## Client Libraries -Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. Therefore all clients that support basic Redis commands will in turn support Tile38. Below are a few of the popular clients. For a more complete list, please see the [Redis Clients](http://redis.io/clients) page. +Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. Therefore most clients that support basic Redis commands will in turn support Tile38. Below are a few of the popular clients. - C: [hiredis](https://github.com/redis/hiredis) - C#: [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) @@ -297,6 +297,7 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. - 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)) - Perl: [perl-redis](https://github.com/PerlRedis/perl-redis) - PHP: [phpredis](https://github.com/phpredis/phpredis)