From c99340abb0a56ca7d60deb6bd1a13763f180870c Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 1 Sep 2022 16:00:37 +0800 Subject: [PATCH] chore: correct Kvrocks spells and new repo location (#2202) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 468cf10b..39418087 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ for your applications thanks to its per request pricing and low latency data. - [Redis Cache](https://github.com/go-redis/cache) - [Rate limiting](https://github.com/go-redis/redis_rate) -This client also works with [kvrocks](https://github.com/KvrocksLabs/kvrocks), a distributed key +This client also works with [Kvrocks](https://github.com/apache/incubator-kvrocks), a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. ## Features