package client import ( "github.com/redis/go-redis/v9" ) var RedisClient *redis.Client