redis / riot

🧨 Get data in & out of Redis with RIOT
http://redis.github.io/riot
Apache License 2.0
277 stars 39 forks source link

riot-file options #106

Closed vliggio-tdh closed 1 year ago

vliggio-tdh commented 1 year ago

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'

jruaux commented 1 year ago

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