Read through https://redistogo.com/documentation/introduction_to_redis?language=en but couldn't get it to work.
redis-cli -h my-host -p 1234 -a mypassword
What is my-host
?
How to see the database?
The web console seems to not display all the data. keys
fails.
redis-cli -h returns "Could not connect to Redis"