From de2ce06523cfcecaa45b7835ca8ee4f60bb3e846 Mon Sep 17 00:00:00 2001 From: rfyiamcool Date: Wed, 20 Dec 2023 17:36:53 +0800 Subject: [PATCH] docs: update features Signed-off-by: rfyiamcool --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98edbe21a..7ba242682 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w ## Features -- Redis 3 commands except QUIT, MONITOR, and SYNC. -- Automatic connection pooling with +- Redis commands except QUIT and SYNC. +- Automatic connection pooling. - [Pub/Sub](https://redis.uptrace.dev/guide/go-redis-pubsub.html). - [Pipelines and transactions](https://redis.uptrace.dev/guide/go-redis-pipelines.html). - [Scripting](https://redis.uptrace.dev/guide/lua-scripting.html).