13

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

4

2 回答 2

31

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

你将登录到控制台。

于 2013-11-30T06:36:36.167 回答
0

“My-host”是您从 Redis To Go 获得的主机名。

于 2013-07-26T05:02:18.447 回答