The Heroku Redis CLI documentation states that connecting via the Heroku CLI is insecure, as it relies on the redis-cli
binary.
Is there a secure way to connect to a Heroku Redis instance via a command-line interface? Connecting via my local machine, or though a dyno as a relay both work fine.