mirror of https://github.com/tidwall/tile38.git
link to node_redis example
This commit is contained in:
parent
ef74a63c79
commit
654391d0ef
|
@ -294,7 +294,7 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively.
|
||||||
- Go: [Redigo](https://github.com/garyburd/redigo)
|
- Go: [Redigo](https://github.com/garyburd/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_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)
|
- Perl: [perl-redis](https://github.com/PerlRedis/perl-redis)
|
||||||
- PHP: [phpredis](https://github.com/phpredis/phpredis)
|
- PHP: [phpredis](https://github.com/phpredis/phpredis)
|
||||||
- Python: [redis-py](https://github.com/andymccurdy/redis-py)
|
- Python: [redis-py](https://github.com/andymccurdy/redis-py)
|
||||||
|
|
Loading…
Reference in New Issue