1. First download the official Microsoft recommended version redis-2.8.12
2. Start configuration, first copy two copies of redis.conf and rename the configuration node inside redis6379.conf redis6380.conf corresponding change to port 6379 Port 6380
3. Start the installation (the stupidest method of cmd command line)
D:\redis-2.8.12\redis-server.exe–service-install D:\redis-2.8.12\redis6379.conf–service-name redisservice6379– Port 6379
D:\redis-2.8.12\redis-server.exe–service-install D:\redis-2.8.12\redis6380.conf–service-name redisservice6380– Port 6380
Post-Installation Service conditions:
Task Manager Scenarios:
Port monitoring condition:
At this point, the successful operation of Redis as a Windows service, Microsoft Official recommendation can be installed to run up to 3 instances, this article to run 2 instances as an example.
Redis runs configuration method as multiple Windows services