Configuration File
RedisShake uses the TOML language for writing, and all configuration parameters are explained in all.toml.
The configuration file is composed as follows:
toml
[xxx_reader]
...
[xxx_writer]
...
[filter]
...
[advanced]
...
reader Configuration
RedisShake provides different Readers to interface with different sources, see the Reader section for configuration details:
writer Configuration
RedisShake provides different Writers to interface with different targets, see the Writer section for configuration details:
filter Configuration
You can set filter rules through the configuration file. Refer to Filter and Processing and function.
advanced Configuration
Refer to the shake.toml configuration file.