There's an older question about this, but no answers: How to securely connect to Heroku Redis via the command line?
How are people connecting to Redis remotely? Just ignoring the security warning when running heroku redis:cli
?
WARNING: Insecure action. All data, including the Redis password, will not be encrypted.
Or is it simply "Don't do that"? The article linked from the older post mentions that redis-cli connections are insecure, but only discusses how to subvert the warning.
I was surprised not to find more discussion about this.