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.
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
Post a Comment