package appConstant import ( "github.com/redis/go-redis/v9" ) //redis全局配置 var ( ConfigRedisConstant = "./config/yamlConfig/redis.yaml" //Redis配置文件 CONSTANT_REDIS0 *redis.Client CONSTANT_REDIS1 *redis.Client CONSTANT_REDIS2 *redis.Client CONSTANT_REDIS3 *redis.Client CONSTANT_REDIS4 *redis.Client CONSTANT_REDIS5 *redis.Client CONSTANT_REDIS6 *redis.Client CONSTANT_REDIS7 *redis.Client CONSTANT_REDIS8 *redis.Client CONSTANT_REDIS9 *redis.Client CONSTANT_REDIS10 *redis.Client CONSTANT_REDIS11 *redis.Client CONSTANT_REDIS12 *redis.Client CONSTANT_REDIS13 *redis.Client CONSTANT_REDIS14 *redis.Client CONSTANT_REDIS15 *redis.Client CONSTANT_ClusterClient *redis.ClusterClient //集群库 )