Updated Word doc to include information about how the Windows service works if installed with the MSI.
This commit is contained in:
committed by
Alexis Campailla
parent
8e4dcd5360
commit
454a4a920b
@@ -9,10 +9,10 @@
|
||||
default install:
|
||||
msiexec /i Redis-Windows-x64.msi
|
||||
|
||||
set port and turn on firewall exception:
|
||||
set port and turn off firewall exception:
|
||||
msiexec /i Redis-Windows-x64.msi PORT=1234 FIREWALL_ON=""
|
||||
|
||||
set port and turn off firewall exception:
|
||||
set port and turn on firewall exception:
|
||||
msiexec /i Redis-Windows-x64.msi PORT=1234 FIREWALL_ON=1
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user