基于asp.net core 3.1框架体系和StackExchange.Redis调用Redis命令编辑的Web客户端(注:尚在优化中,是个半成品)
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MySQL": "server=localhost;user id=root;password=123456; database=webredisdb; charset=utf8"
}
}