namespace QYZH.InteractiveMagazine.Models.Settings; /// /// Redis配置 /// public class RedisSettings { /// /// 连接字符串 /// public string? ConnectionString { get; set; } /// /// 实例名称 /// public string? InstanceName { get; set; } }