From 9d71321ab84d40eb2e14dce4171ed988673b88d2 Mon Sep 17 00:00:00 2001 From: otto <965391514@qq.com> Date: Wed, 10 Apr 2024 18:33:38 +0800 Subject: [PATCH] up --- task/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/task.go b/task/task.go index 62ad309..0c76cc5 100644 --- a/task/task.go +++ b/task/task.go @@ -50,7 +50,7 @@ func NewTask() { func task(start, end int64) error { redisClient := NewRedis() - defer func() { redisClient.Close() }() + //defer func() { redisClient.Close() }() result, err := redisClient.ZRangeWithScores(context.Background(), hotKey, start, end).Result() if err != nil { return err