File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ redis-port decode [--ncpu=N] [--parallel=M] [--input=INPUT] [--output=OUTPU
1515
1616``` sh
1717redis-port restore [--ncpu= N] [--parallel= M] [--input= INPUT] \
18- --target=TARGET [--codis] [--auth= AUTH] [--faketime= FAKETIME] [--filterdb= DB] [--extra]
18+ --target=TARGET [--codis] [--auth= AUTH] [--faketime= FAKETIME] \
19+ [--filterdb= DB] [--extra]
1920```
2021
2122* ** DUMP** rdb file from master redis
@@ -29,8 +30,8 @@ redis-port dump [--ncpu=N] [--parallel=M] --from=MASTER [--password=PASSWOR
2930
3031``` sh
3132redis-port sync [--ncpu= N] [--parallel= M] --from=MASTER [--password= PASSWORD] \
32- --target=TARGET [--codis] [--auth= AUTH] [--sockfile= FILE [--filesize= SIZE]] [--filterdb = DB] \
33- [--psync]
33+ --target=TARGET [--codis] [--auth= AUTH] [--sockfile= FILE [--filesize= SIZE]] \
34+ [--filterdb = DB] [-- psync]
3435` ` `
3536
3637Options
You can’t perform that action at this time.
0 commit comments