hi
I want use to Redis Cache,for this work I used to this link :
https://www.c-sharpcorner.com/article/using-redis-cache-in-web-api/
this article has very good but I have two question
1.why this sample is running perfect when cmd has running?when I closed the cmd that sample not working,why??
2.how to published this sample in to specific server??
( I have to change "localhost" to server Ip in RedisConnection class )
Thanks for help me