mirror of https://github.com/tidwall/tile38.git
added more example code
Thanks to @tomquas (#40), @beyoung (#101), and @enc (#101) for providing example code.
This commit is contained in:
parent
0a1fd7c257
commit
b1c296043a
10
README.md
10
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)
|
||||
|
|
Loading…
Reference in New Issue