mirror of https://github.com/tidwall/tile38.git
parent
7567b8d63e
commit
b5fe791528
|
@ -315,7 +315,7 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively.
|
|||
- Common Lisp: [CL-Redis](https://github.com/vseloved/cl-redis)
|
||||
- Erlang: [Eredis](https://github.com/wooga/eredis)
|
||||
- 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)))
|
||||
- Go: [redigo](https://github.com/gomodule/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) ([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)))
|
||||
|
|
Loading…
Reference in New Issue