I'm learning redis and have it working from a java app. I'm trying to use the heroku redis:cli -a myAppName
command to connect with it directly but it says "No Redis instances found".
When I do heroku apps
it lists myAppName
so I know it's valid.
heroku redis:info -a myAppName
doesn't return anything.
The heroku docs don't seem to be accurate as they all leave out the -a
flag which the cli tells me is required. Outside of that I don't know what I've missed.