项目重命名
This commit is contained in:
8
MesETL.App/Options/RedisCacheOptions.cs
Normal file
8
MesETL.App/Options/RedisCacheOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ConsoleApp2.Options;
|
||||
|
||||
public class RedisCacheOptions
|
||||
{
|
||||
public string? Configuration { get; init; }
|
||||
public string InstanceName { get; init; } = "";
|
||||
public int Database { get; init; } = 0;
|
||||
}
|
Reference in New Issue
Block a user