From cf0f13682b34ee83b695166aac22b9354f264287 Mon Sep 17 00:00:00 2001 From: Rueian Date: Thu, 20 Jan 2022 21:06:10 +0800 Subject: [PATCH] add rueidis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34207a27..88404596 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [redeo](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. * [redigo](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. * [redis](https://github.com/go-redis/redis) - Redis client for Golang. + * [rueidis](http://github.com/rueian/rueidis) - Fast Redis RESP3 client with auto pipelining and server-assisted client side caching. * [xredis](https://github.com/shomali11/xredis) - Typesafe, customizable, clean & easy to use Redis client. * Search and Analytic Databases.