mirror of https://github.com/tidwall/tile38.git
parent
7f1b311b3d
commit
fe421932b3
|
@ -296,9 +296,9 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively.
|
|||
- Go: [go-redis](https://github.com/go-redis/redis) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(go-redis)))
|
||||
- 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))
|
||||
- Java: [lettuce](https://github.com/mp911de/lettuce) ([example code](https://github.com/tidwall/tile38/wiki/Java-example-(lettuce)))
|
||||
- Node.js: [node-tile38](https://github.com/phulst/node-tile38) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-tile38)))
|
||||
- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-redis)))
|
||||
- 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) ([example code](https://github.com/tidwall/tile38/wiki/Python-example))
|
||||
|
|
Loading…
Reference in New Issue