Wednesday 10 April 2013

Using Redis with ASP.NET Web API at piotrwalat.net

In this article I am going to show how to use Redis as a data store in a ASP.NET Web API application. I will implement a basic scenario that leverages ServiceStack.Redis library and its strongly typed Redis client, show how to model and store one-to-many relationships and how to use Web API dependency injection capabilities along with Autofac to inject repositories into controllers.
crawled from : Piotrwalat

No comments:

Post a Comment