Application showing how to configure and use Redis( via StackExchange.Redis API ) on .Net And it mentions how to use data types in Redis.
1- Install redis on your computer via chocalakey or run it as a docker container.
2-If you want to see the caches in the interface, install redis desktop manager on your computer.
3-Run the mvc project