Redis Hash Datatype are similar to Dictionary in C#. Redis Hash datatype is a mapping of key as string and
Continue readingTag: Redis
Why Redis?
Why Redis? Redis is an open source, in-memory data structure store, used as database, cache and message broker. It also
Continue readingUsing Radis Hashes .NET
Redis Hashes are essentially maps between string fields and string values. Here I have published on how to get started
Continue readingGetting started with Redis Cache C#
This is a guide to get started with Redis cache on .NET. Create a new visual studio console project. Then
Continue reading