I have a free-tier Redis Enterprise instance on AWS. I am running the latest stable version of redis on my Mac. I can connect to my Redis Enterprise instance using redis-cli with the -h parameter, and I get an interactive session which allows me to create and retrieve keys. However, the command prompt shows the full host url, which takes up most of the width of default terminal window. Is there a way to change the command prompt text (like Export PS1="" in bash) in redis-cli? Is there a redis-cli command, or a config file I can change?
Thanks,
Eric