modify conf2

v4
zhuzhao.cx 6 years ago committed by vinllen
parent 92ae3c4829
commit c42be8380a
  1. 8
      conf/redis-shake.conf

@ -19,7 +19,7 @@ parallel = 4
# input RDB file. read from stdin, default is stdin ('/dev/stdin'). # input RDB file. read from stdin, default is stdin ('/dev/stdin').
# used in `decode` and `restore`. # used in `decode` and `restore`.
# 如果是decode或者restore,这个参数表示读取的rdb文件 # 如果是decode或者restore,这个参数表示读取的rdb文件
input_rdb = local_dump input_rdb = local
# output RDB file. default is stdout ('/dev/stdout'). # output RDB file. default is stdout ('/dev/stdout').
# used in `decode` and `dump`. # used in `decode` and `dump`.
@ -35,8 +35,8 @@ source.address = 127.0.0.1:20441
source.password_raw = 123456 source.password_raw = 123456
# auth type, don't modify it # auth type, don't modify it
source.auth_type = auth source.auth_type = auth
# version number, default is 6 (6 for Redis Version <= 3.0.7, 7 for >=3.2.0) # version number, default is 6 (6 for Redis Version <= 3.0.7, 7 for >=3.2.0, 9 for >= 5.0)
source.version = 6 source.version = 9
# target redis configuration. used in `restore` and `sync`. # target redis configuration. used in `restore` and `sync`.
# used in `restore` and `sync`. # used in `restore` and `sync`.
@ -47,7 +47,7 @@ target.address = 127.0.0.1:20551
target.password_raw = 123456 target.password_raw = 123456
# auth type, don't modify it # auth type, don't modify it
target.auth_type = auth target.auth_type = auth
# version number, default is 6 (6 for Redis Version <= 3.0.7, 7 for >=3.2.0) # version number, default is 6 (6 for Redis Version <= 3.0.7, 7 for >=3.2.0, 9 for >= 5.0)
target.version = 6 target.version = 6
# all the data will come into this db. < 0 means disable. # all the data will come into this db. < 0 means disable.
# used in `restore` and `sync`. # used in `restore` and `sync`.

Loading…
Cancel
Save