Add rueidis, a fast RESP3 redis client, to Projects

Rueian 2022-01-27 01:20:15 +08:00
parent f8dbe46567
commit d2f165362a

@ -559,6 +559,7 @@ See also [[SQLDrivers page|SQLDrivers]].
* [go-redis](https://github.com/fiorix/go-redis) - Redis client built on the skeleton of gomemcache
* [Redigo](https://github.com/garyburd/redigo) - Go client for Redis.
* [redis](https://github.com/vmihailenco/redis) - Redis client for Go
* [rueidis](https://github.com/rueian/rueidis) - Fast Redis RESP3 client that supports client side caching and auto pipelining.
### [RethinkDB](http://www.rethinkdb.com/)