From 189076d1d07328a16ed359aaffe4e4c7591c2a83 Mon Sep 17 00:00:00 2001 From: Rueian Date: Thu, 25 Nov 2021 02:32:19 +0800 Subject: [PATCH] Add rueidis golang client lib (#1690) --- clients.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clients.json b/clients.json index 8db27815..eb5a2bd2 100644 --- a/clients.json +++ b/clients.json @@ -202,6 +202,13 @@ "authors": ["stephensearles"] }, + { + "name": "rueidis", + "language": "Go", + "repository": "https://github.com/rueian/rueidis", + "description": "A Fast Golang Redis RESP3 client that does auto pipelining and supports client side caching." + }, + { "name": "go-resp3", "language": "Go",