Skip to content

Commit 6beb7a1

Browse files
authored
Update README.md
1 parent 393dbce commit 6beb7a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ redis-port decode [--ncpu=N] [--parallel=M] [--input=INPUT] [--output=OUTPU
1515

1616
```sh
1717
redis-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
3132
redis-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
3637
Options

0 commit comments

Comments
 (0)