From c00f6495c5abea1207a8e77be08d81f911b6b7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sad=C4=B1k=20S=C3=BCnb=C3=BCl?= <109942759+SadikSunbul@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:19:29 +0300 Subject: [PATCH] Trailing spaces removed --- redis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/README.md b/redis/README.md index 22f9a87e..b0b4eed9 100644 --- a/redis/README.md +++ b/redis/README.md @@ -34,7 +34,7 @@ func (s *Storage) Keys() ([][]byte, error) ### Installation Redis is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet: -> **Note:** You can also use [DragonflyDB](https://dragonflydb.io/) as a Redis replacement. +> **Note:** You can also use [DragonflyDB](https://dragonflydb.io/) as a Redis replacement. > Since DragonflyDB is fully compatible with the Redis API, you can use it exactly like Redis **without any code changes**. > [Example](#example-using-dragonflydb)