如何连接到redistogo?如何查看数据?

时间:2013-07-24 23:10:51

标签: redis redistogo

通读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”

2 个答案:

答案 0 :(得分:27)

在你的应用安装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

然后你将登录到控制台。

答案 1 :(得分:0)

“我的主机”是您从Redis To Go获得的主机名。