From b1c296043a6dccf0cda5f00c02e0971968a42a92 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 2 Jan 2017 10:01:07 -0700 Subject: [PATCH] added more example code Thanks to @tomquas (#40), @beyoung (#101), and @enc (#101) for providing example code. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abaab167..73694c16 100644 --- a/README.md +++ b/README.md @@ -292,14 +292,16 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. - Clojure: [carmine](https://github.com/ptaoussanis/carmine) - Common Lisp: [CL-Redis](https://github.com/vseloved/cl-redis) - Erlang: [Eredis](https://github.com/wooga/eredis) -- Go: [Redigo](https://github.com/garyburd/redigo) +- 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_redis](https://github.com/NodeRedis/node_redis) >> [example code](https://github.com/tidwall/tile38/wiki/node_redis-example) +- 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) -- Python: [redis-py](https://github.com/andymccurdy/redis-py) -- Ruby: [redic](https://github.com/amakawa/redic), [redis-rb](https://github.com/redis/redis-rb) +- Python: [redis-py](https://github.com/andymccurdy/redis-py) ([example code](https://github.com/tidwall/tile38/wiki/Python-example)) +- Ruby: [redic](https://github.com/amakawa/redic) ([example code](https://github.com/tidwall/tile38/wiki/Ruby-example-(redic))) +- Ruby: [redis-rb](https://github.com/redis/redis-rb) ([example code](https://github.com/tidwall/tile38/wiki/Ruby-example-(redis-rb))) - Rust: [redis-rs](https://github.com/mitsuhiko/redis-rs) - Scala: [scala-redis](https://github.com/debasishg/scala-redis) - Swift: [Redbird](https://github.com/czechboy0/Redbird)