通读https://redistogo.com/documentation/introduction_to_redis?language=en但无法使其发挥作用。
redis-cli -h my-host -p 1234 -a mypassword
什么是my-host
?
如何查看数据库?
web控制台似乎没有显示所有数据。keys
失败。
redis cli-h返回"无法连接到redis"
打开https://redistogo.com/heroku/resources/934839您的应用程序安装redistogo的位置。
给出了以下链接:-
redis://redistogo:12340994131cb8c2f2402ffdsafds3333129@birdeye.redistogo.com:3244/
使用这个你在控制台上键入:-
redis-cli -h my-host -p 1234 -a mypassword
redis-cli -h birdeye.redistogo.com -p 3244 -a 12340994131cb8c2f2402ffdsafds3333129
然后您将登录控制台。
"我的主机"是您从Redis To Go获得的主机名。