Are there any StackExchange.Redis example projects

asp.net, c#, redis

Solution

I found useful example of using redis StackExchange client here: Object Persistence in C# - Part 5 - Redis Provider

the source code is on github

Problem

We are thinking of implementing Redis to optimise our webapplications retrieval of custom text descriptions and labels for pages. We want to use StackExchange.Redis. Are there any example projects or Walkthroughs which would help to understand the project easier?

Original source