From b0d2d785743563ed04741068675c228a4c401185 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 21 Oct 2016 08:14:04 -0700 Subject: [PATCH] mention redic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdabab5..c0958de3 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. - 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: [redis-rb](https://github.com/redis/redis-rb) +- Ruby: [redic](https://github.com/amakawa/redic), [redis-rb](https://github.com/redis/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)