In this article, I would like to describe my experience with installing and configuring Redis server in most compact way. Also, I would like to do a brief overview of usage Redis hashes and lists in .NET/C# client.
In this article:
- Install Redis server (complete application files set is attached)
- Protecting the server (configure authentication)
- Configuring server replication
- Access cache from C# application
- Using ASP.NET session state with redis
- Sample usage of the Redis Sets, Lists and transactions
- Description of the attached sources (Redis with Funq IoC in MVC project : example)
- Caching optimization ideas