link to node_redis example

This commit is contained in:
Josh Baker 2016-12-16 08:17:15 -07:00 committed by GitHub
parent ef74a63c79
commit 654391d0ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)
- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) >> [example code](https://github.com/tidwall/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)