From dfd7638301e5088bfc0b8429ba574f8df055fe9d Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:47:03 +0000 Subject: [PATCH] Update storage/redis_cluster.go --- storage/redis_cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/redis_cluster.go b/storage/redis_cluster.go index 7b07589773d..017bf2c241e 100644 --- a/storage/redis_cluster.go +++ b/storage/redis_cluster.go @@ -25,7 +25,7 @@ func (r *RedisCluster) ControllerInitiated() bool { ... // ErrRedisIsDown is returned when we can't communicate with redis var ErrRedisIsDown = errors.New("storage: Redis is either down or was not configured") - +... // RedisCluster is a storage manager that uses the redis database. type RedisCluster struct { KeyPrefix string