Fix some bad hyphen and quote chras in readme
This commit is contained in:
committed by
JonathanPickett
parent
1e6147fada
commit
0929eec2f7
@@ -10,14 +10,14 @@ Deploying Redis to Windows Azure
|
||||
RedisInstWA command line
|
||||
------------------------
|
||||
|
||||
RedisInst4WA –Source <path to redis exe or URL to ZIP> -Config <path to cscfg file folder> -RedisConf <path to redis.conf file folder> -Domain <Azure domain> -Subscription <Azure subscription> [-X64] [--Pass <other parameters>]
|
||||
RedisInst4WA -Source <path to redis exe or URL to ZIP> -Config <path to cscfg file folder> -RedisConf <path to redis.conf file folder> -Domain <Azure domain> -Subscription <Azure subscription> [-X64] [--Pass <other parameters>]
|
||||
|
||||
If deploying to the Azure emulator, then use –Emu in place of –Domain and –Subscription.
|
||||
If deploying to the Azure emulator, then use -Emu in place of -Domain and -Subscription.
|
||||
Note that the Source may be to local Redis exe files, or may reference a GitHub zip file. If using a zip file, the 32 bit binaries are used by default. To use the 64 bit binaries include the optional -X64 parameter.
|
||||
|
||||
For example: -Source https://github.com/MSOpenTech/redis/archive/2.4.zip will download the zip file for the latest code for branch 2.4.
|
||||
|
||||
The - -Pass (note the double ‘-‘) parameter is optional. Any parameters following this are passed on to Inst4WA. This is useful to override settings such as region or slot. See the Pass-through parameters section.
|
||||
The --Pass (note the double '-') parameter is optional. Any parameters following this are passed on to Inst4WA. This is useful to override settings such as region or slot. See the Pass-through parameters section.
|
||||
|
||||
### Deployment notes
|
||||
If deploying to the Azure emulator, you will need to manually remove the deployment after you have finished testing. You should also remove a previous deployment before trying to deploy a second time.
|
||||
|
||||
Reference in New Issue
Block a user