From eb4b86137ad5cacec1005fc5ed5f58662b689cda Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sat, 8 Jan 2022 16:06:56 +0800 Subject: [PATCH] fix: golint issue (#1423) --- core/stores/redis/redis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/stores/redis/redis.go b/core/stores/redis/redis.go index 070819c0..d6b197fe 100644 --- a/core/stores/redis/redis.go +++ b/core/stores/redis/redis.go @@ -93,8 +93,8 @@ func New(addr string, opts ...Option) *Redis { return r } -// Deprecated: use New instead, will be removed in v2. // NewRedis returns a Redis. +// Deprecated: use New instead, will be removed in v2. func NewRedis(redisAddr, redisType string, redisPass ...string) *Redis { var opts []Option if redisType == ClusterType {