Skip to content

Commit 19af1e3

Browse files
committed
Update readme.md
1 parent 066be33 commit 19af1e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ destruction, or when newer block replacing old one.
205205
Usage: rdb-cli /path/to/dump.rdb [OPTIONS] {print|json|resp|redis} [FORMAT_OPTIONS]
206206
OPTIONS:
207207
-l, --log-file <PATH> Path to the log file or stdout (Default: './rdb-cli.log')
208+
-i, --ignore-checksum Ignore RDB file checksum verification
208209
-s, --show-progress <MBytes> Show progress to STDOUT after every <MBytes> processed
209210
-k, --key <REGEX> Include only keys that match REGEX
210211
-K --no-key <REGEX> Exclude all keys that match REGEX
@@ -237,6 +238,7 @@ destruction, or when newer block replacing old one.
237238
FORMAT_OPTIONS ('redis'|'resp'):
238239
-r, --support-restore Use the RESTORE command when possible
239240
-d, --del-before-write Delete each key before writing. Relevant for non-empty db
241+
-f, --func-replace-if-exist Replace function-library if already exists in the same name rather than aborting
240242
-t, --target-redis-ver <VER> Specify the target Redis version. Helps determine which commands can
241243
be applied. Particularly crucial if support-restore being used
242244
as RESTORE is closely tied to specific RDB versions. If versions not

0 commit comments

Comments
 (0)