[feature] 添加Redis 相关服务 未应用到python
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SiteManagementSystem_SoftwareEngineering_.Model
|
||||
{
|
||||
public class RedisConfig
|
||||
{
|
||||
public int RedisDB { get; set; }
|
||||
public string RedisConnectionString { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user