mirror of https://github.com/tidwall/tile38.git
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:
parent
04290ec535
commit
6f5bb459e1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue