Author: .NET Web Development and Tools Blog | Posted on: 5/12/2014 1:24:00 PM | Views : 1555

Today, we are pleased to announce a preview release of ASP.NET Session State Provider for Redis. You can use it with your own Redis server or the newly announce Microsoft Azure Redis Cache (Preview) . What is Redis Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. It’s getting popular in the web development community as a session state store because of its simplicity, rich data structure support and outstanding performance. Installing You can download this preview release of ASP.NET session state provider for Redis ( https://www.nuget.org/packages/Microsoft.Web.RedisSessionStateProvider ) from NuGet gallery by...(read more)

Go to the complete details ...