通读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/documentation/introduction_to_redis?language=en但无法正常工作。
redis-cli -h my-host -p 1234 -a mypassword
是什么my-host
?
如何查看数据库?
Web 控制台似乎没有显示所有数据。keys
失败。
redis-cli -h 返回“无法连接到 Redis”
在您的应用安装 redistogo 的https://redistogo.com/heroku/resources/934839上。
给出以下链接:-
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
你将登录到控制台。
“My-host”是您从 Redis To Go 获得的主机名。