From 18d7a144061d4b7ce33f542a59fe4af292da3154 Mon Sep 17 00:00:00 2001 From: 5HT2 Date: Sun, 17 Mar 2024 01:55:57 -0700 Subject: [PATCH] =?UTF-8?q?database:=20Bump=20`go-redis/redis/v8`=20?= =?UTF-8?q?=E2=86=92=20`redis/go-redis/v9`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.go b/database.go index b55cae6..d3f89bd 100644 --- a/database.go +++ b/database.go @@ -7,7 +7,7 @@ import ( "log" "time" - "github.com/go-redis/redis/v8" + "github.com/redis/go-redis/v9" "github.com/nitishm/go-rejson/v4" )