How to install Redis as a window service

Step1: First of all Install Redis in your system.
Step2: run Bellow command by going to Redis folder

redis-server -- service-install 

Step3: Now restart your system and Check Redis is working now.

Comments

Popular posts from this blog

how to save images with angular nodejs

How to restrict your logged In page in angular (authentication guard)

How to notify about data update to other component.