This project is a basic example of using Redis.
To use Redis, you must first install Redis on your local computer or another machine. Once installed, you can access Redis through its IP address and port number (the default port is 6379).
Also you need to install the Redis package with the command below:
Install-Package StackExchange.Redis
If you have any suggestions for improving this project, please feel free to share them.