mirror of https://github.com/tidwall/tile38.git
Merge branch 'patch-2' of https://github.com/mitghi/tile38 into mitghi-patch-2
This commit is contained in:
commit
90f6ca5624
|
@ -330,6 +330,7 @@ Tile38 uses the [Redis RESP](https://redis.io/topics/protocol) protocol natively
|
|||
- PHP: [tinyredisclient](https://github.com/ptrofimov/tinyredisclient) ([example code](https://github.com/tidwall/tile38/wiki/PHP-example-(tinyredisclient)))
|
||||
- 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))
|
||||
- Python: [pytile38](https://github.com/mitghi/pytile38)
|
||||
- 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)
|
||||
|
|
Loading…
Reference in New Issue