You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to heroku, settings, reveal env - copy REDISCLOUD_URL or REDIS_URL,
which will look something like this :
redis:/ /h:hadffsdkjry34857348ajdgh374 @ bb2-33-555-343-454.eu-west-1.compute.amazonaws.com : 0000
First part is -a (password), second part is -h (host), third part is -p (port)
redis-cli -h bb2-33-555-343-454.eu-west-1.compute.amazonaws.com -p 0000 -a hadffsdkjry34857348ajdgh374
check your REDISCLOUD_URL on heroku in settings:
should look like this :
on your terminal:
that's it
The text was updated successfully, but these errors were encountered: