Redis extensibility for write-behind cache for .NET
Is it possible to utilize Redis to create a write-behind or write-through cache for .NET? Ideally a transparent cache which is written to by a single process and supports loading the missing data from a database, and persisting the dirty…