namespace MiaoYu.Core.Redis.Configs; public class RedisOptions { /// /// 连接字符串 /// public string? ConnectionString { get; set; } }