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
This commit is contained in:
Josh Baker 2017-02-06 03:59:09 -07:00 committed by GitHub
parent 04290ec535
commit 6f5bb459e1
1 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,7 @@ The server will respond in [JSON](http://json.org) or [RESP](http://redis.io/top
## Client Libraries ## 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: [hiredis](https://github.com/redis/hiredis)
- C#: [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) - 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))) - 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) - Haskell: [hedis](https://github.com/informatikr/hedis)
- Java: [lettuce](https://github.com/mp911de/lettuce) - 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)) - 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) - Perl: [perl-redis](https://github.com/PerlRedis/perl-redis)
- PHP: [phpredis](https://github.com/phpredis/phpredis) - PHP: [phpredis](https://github.com/phpredis/phpredis)