Question

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?

Was it helpful?

Solution 2

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

the source code is on github

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top