添加redis支持

This commit is contained in:
2021-02-25 15:13:26 +08:00
parent 7fe75e8c7c
commit f9c9d13c68
3 changed files with 12 additions and 0 deletions

View File

@@ -42,5 +42,12 @@
"Properties": {
"Application": "SerilogExample"
}
},
"Redis": {
"Default": {
"Connection": "127.0.0.1:6379",
"InstanceName": "local",
"DefaultDB": 8
}
}
}