添加项目文件。
This commit is contained in:
17
QYZH.InteractiveMagazine.Models/Settings/RedisSettings.cs
Normal file
17
QYZH.InteractiveMagazine.Models/Settings/RedisSettings.cs
Normal file
@ -0,0 +1,17 @@
|
||||
namespace QYZH.InteractiveMagazine.Models.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// Redis配置
|
||||
/// </summary>
|
||||
public class RedisSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// 连接字符串
|
||||
/// </summary>
|
||||
public string? ConnectionString { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 实例名称
|
||||
/// </summary>
|
||||
public string? InstanceName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user