Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
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
QA
qg-dockerfiles
Commits
1854286d
Commit
1854286d
authored
Jul 18, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redis slaveof
parent
a211e102
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
675 deletions
+1
-675
redis-6380.conf
tke/redis3sentinel/confs/redis-6380.conf
+1
-0
redis-6382.conf
tke/redis3sentinel/confs/redis-6382.conf
+0
-597
redis-6383.conf
tke/redis3sentinel/confs/redis-6383.conf
+0
-76
start.sh
tke/redis3sentinel/start.sh
+0
-2
No files found.
tke/redis3sentinel/confs/redis-6380.conf
View file @
1854286d
...
...
@@ -159,6 +159,7 @@ dir "/private/var/lib/redis"
# so for example it is possible to configure the slave to save the DB with a
# different interval, or to listen to another port, and so on.
#
slaveof
127
.
0
.
0
.
1
6379
# If the master is password protected (using the "requirepass" configuration
# directive below) it is possible to tell the slave to authenticate before
...
...
tke/redis3sentinel/confs/redis-6382.conf
deleted
100644 → 0
View file @
a211e102
This diff is collapsed.
Click to expand it.
tke/redis3sentinel/confs/redis-6383.conf
deleted
100644 → 0
View file @
a211e102
daemonize
no
pidfile
/
var
/
run
/
redis
/
redis
.
pid
port
6383
bind
0
.
0
.
0
.
0
timeout
0
tcp
-
keepalive
0
loglevel
notice
logfile
/
var
/
log
/
redis
.
log
databases
16
save
900
1
save
300
10
save
60
10000
stop
-
writes
-
on
-
bgsave
-
error
yes
rdbcompression
yes
rdbchecksum
yes
dbfilename
dump
.
rdb
dir
/
var
/
lib
/
redis
/
slave
-
serve
-
stale
-
data
yes
slave
-
read
-
only
yes
repl
-
disable
-
tcp
-
nodelay
no
slave
-
priority
100
appendonly
no
appendfsync
everysec
no
-
appendfsync
-
on
-
rewrite
no
auto
-
aof
-
rewrite
-
percentage
100
auto
-
aof
-
rewrite
-
min
-
size
64
mb
lua
-
time
-
limit
5000
slowlog
-
log
-
slower
-
than
10000
slowlog
-
max
-
len
128
hash
-
max
-
ziplist
-
entries
512
hash
-
max
-
ziplist
-
value
64
list
-
max
-
ziplist
-
entries
512
list
-
max
-
ziplist
-
value
64
set
-
max
-
intset
-
entries
512
zset
-
max
-
ziplist
-
entries
128
zset
-
max
-
ziplist
-
value
64
activerehashing
yes
client
-
output
-
buffer
-
limit
normal
0
0
0
client
-
output
-
buffer
-
limit
slave
256
mb
64
mb
60
client
-
output
-
buffer
-
limit
pubsub
32
mb
8
mb
60
hz
10
aof
-
rewrite
-
incremental
-
fsync
yes
tke/redis3sentinel/start.sh
View file @
1854286d
...
...
@@ -2,7 +2,5 @@
redis-server /home/quantgroups/redis/conf/redis-6380.conf &
redis-server /home/quantgroups/redis/conf/redis-6381.conf &
redis-server /home/quantgroups/redis/conf/redis-6382.conf &
redis-server /home/quantgroups/redis/conf/redis-6383.conf &
redis-server /home/quantgroups/redis/conf/redis-6379.conf &
redis-sentinel /home/quantgroups/redis/conf/redis-26379.conf
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