Packages

Parses an Redis dump backup file (.rdb file) and extracts entries into a Stream for out of band processing of data stored in redis.

Current section

Files

Jump to
rdb_parser .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
rename_deprecated_at: "1.4.0"
]