目前正在使用谷歌的计算引擎托管redis。但是,使用以下guide,我无法找到redis主机名,因为我在日志中收到以下错误:
Error: Redis connection to localhost:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
这是我钥匙的里面。json看起来像:
{
"redisHost" : "localhost",
"redisPort": "6379",
"redisKey": "bitnami_base_password"
}
最佳答案
只需通过ssh进入我的vm并使用hostname
命令检索gcp上使用的主机名
关于redis - Redis主机名在Google Compute Engine上托管,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/50492085/