From 91b5178424cd53b57aabeb838796f2429b5a7b5d Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 27 Oct 2022 17:31:42 +1100 Subject: [PATCH] clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f9aadf..b53e82b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Fast, lightweight and simple Redis client library for ## Features -- The fastest Redis client in Deno by up to 80%. +- The fastest Redis client in Deno. See below and try benchmarking yourself! - Supports RESPv2, RESP3, pipelining and pub/sub. - Written to be easily understood and debugged. - Encourages the use of actual Redis commands without intermediate abstractions.