package global import ( "context" "github.com/redis/go-redis/v9" ) var RDB *redis.Client var RCtx = context.Background()