redis / riot

🧨 Get data in & out of Redis with RIOT

Home Page:http://redis.github.io/riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riot-file options

vliggio-tdh opened this issue · comments

The riot-file documentation https://developer.redis.com/riot/riot-file/index.html shows two options at the end, batch and threads. These options do not exist (tried them with an =# and just # as options).

riot-file-2.19.0 % bin/riot-file --metrics -h redis-xxxcloud.redislabs.com -p 11551 -a xxxx --threads export rdb.json
Unknown option: '--threads'

riot-file-2.19.0 % bin/riot-file --metrics -h redis-xxxcloud.redislabs.com -p 11551 -a xxxx --threads export rdb.json
Unknown option: '--batch'

The batch and threads options apply to commands (import, export, ...):
riot --metrics -h redis-xxxcloud.redislabs.com -p 11551 -a xxxx file-export --threads 8 --batch 10 rdb.json