Getting started
RIOT-X getting started guide
You can launch RIOT-X with the following command:
riotx
This will show usage help, which you can also get by running:
riotx --help
Usage help is available on any command and subcommand:
riotx COMMAND --help
Redis Command Help
riotx file-import file.json json.set --help
Tip:
Run the following command to give riotx TAB completion in the current shell:
source <(riotx generate-completion)
Full documentation is available at redis.github.io/riotx.