Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any StackExchange.Redis example projects [closed]

Tags:

c#

asp.net

redis

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?

like image 940
Tim Avatar asked May 09 '14 23:05

Tim


1 Answers

I use the test project as examples. https://github.com/StackExchange/StackExchange.Redis/tree/master/StackExchange.Redis.Tests

it is pretty good.

like image 142
Leonid Ganeline Avatar answered Oct 10 '22 18:10

Leonid Ganeline