Kevin Wan преди 3 години
родител
ревизия
eb4b86137a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/stores/redis/redis.go

+ 1 - 1
core/stores/redis/redis.go

@@ -93,8 +93,8 @@ func New(addr string, opts ...Option) *Redis {
 	return r
 	return r
 }
 }
 
 
-// Deprecated: use New instead, will be removed in v2.
 // NewRedis returns a Redis.
 // NewRedis returns a Redis.
+// Deprecated: use New instead, will be removed in v2.
 func NewRedis(redisAddr, redisType string, redisPass ...string) *Redis {
 func NewRedis(redisAddr, redisType string, redisPass ...string) *Redis {
 	var opts []Option
 	var opts []Option
 	if redisType == ClusterType {
 	if redisType == ClusterType {