redis-cli --cluster call host:port no password ? How should I execute commands in batches

Comment From: trevor211

Have you tried using non-bulk protocol? Similar questions here: https://stackoverflow.com/questions/10822877/executing-batches-of-commands-using-redis-cli/10824224 I don't know if it works with --cluster, but you can try.

Comment From: oranagra

i'm closing this issue, feel free to re-open if needed.