From 18678414060742187911d0f34e423d8bdb941023 Mon Sep 17 00:00:00 2001 From: Mike <55898975+mitghi@users.noreply.github.com> Date: Wed, 18 Dec 2019 16:37:14 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c869206..b6326a12 100644 --- a/README.md +++ b/README.md @@ -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)