Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.1k stars 798 forks source link

Redis UI Storage Provider #583

Open fabioadr opened 4 years ago

fabioadr commented 4 years ago

What would you like to be added: Redis UI Storage Provider Why is this needed: There are cases where we can't use SQL databases (Sql Server, Postgre SQL, MySql) due to DBA's rules, and SQLite is not an option too, because we have no write rights in the K8S pod.

InMemory is a option, yes, but we can't rely on that in some production scenarios.

GustavoFonsecaDeAlmeida commented 4 years ago

@fabioadr The entire core was built using the entity framework core. I don't think there is an easy way to make this addition.

unaizorrilla commented 4 years ago

Yeap,

All the providers are based on EF Core, I think is not easy to do