Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
aec0a0a6
Commit
aec0a0a6
authored
Aug 31, 2017
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Appveyor: Add Sentinel
parent
1a02f35a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
appveyor.yml
appveyor.yml
+13
-3
No files found.
appveyor.yml
View file @
aec0a0a6
...
@@ -7,11 +7,11 @@ install:
...
@@ -7,11 +7,11 @@ install:
-
cmd
:
>-
-
cmd
:
>-
cd RedisConfigs\3.0.503
cd RedisConfigs\3.0.503
redis-server.exe --service-install --service-name "redis-
master
" "..\Basic\master-6379.conf"
redis-server.exe --service-install --service-name "redis-
6379
" "..\Basic\master-6379.conf"
redis-server.exe --service-install --service-name "redis-
slave
" "..\Basic\slave-6380.conf"
redis-server.exe --service-install --service-name "redis-
6380
" "..\Basic\slave-6380.conf"
redis-server.exe --service-install --service-name "redis-
secure
" "..\Basic\secure-6381.conf"
redis-server.exe --service-install --service-name "redis-
6381
" "..\Basic\secure-6381.conf"
redis-server.exe --service-install --service-name "redis-7000" "..\Cluster\cluster-7000.conf" --dir "..\Cluster"
redis-server.exe --service-install --service-name "redis-7000" "..\Cluster\cluster-7000.conf" --dir "..\Cluster"
...
@@ -24,6 +24,16 @@ install:
...
@@ -24,6 +24,16 @@ install:
redis-server.exe --service-install --service-name "redis-7004" "..\Cluster\cluster-7004.conf" --dir "..\Cluster"
redis-server.exe --service-install --service-name "redis-7004" "..\Cluster\cluster-7004.conf" --dir "..\Cluster"
redis-server.exe --service-install --service-name "redis-7005" "..\Cluster\cluster-7005.conf" --dir "..\Cluster"
redis-server.exe --service-install --service-name "redis-7005" "..\Cluster\cluster-7005.conf" --dir "..\Cluster"
redis-server.exe --service-install --service-name "redis-7010" "..\Sentinel\redis-7010.conf"
redis-server.exe --service-install --service-name "redis-7011" "..\Sentinel\redis-7011.conf"
redis-server.exe --service-install --service-name "redis-26379" "..\Sentinel\sentinel-26379.conf" --sentinel
redis-server.exe --service-install --service-name "redis-26380" "..\Sentinel\sentinel-26380.conf" --sentinel
cd ..\..
-
ps
:
Start-Service redis-*
-
ps
:
Start-Service redis-*
skip_branch_with_pr
:
true
skip_branch_with_pr
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment