我第一次在Heroku上的dyno上安装了Redis Enterprise Cloud,在文档中描述的设置中找不到任何配置
Once Redise Cloud has been added, you will notice a REDISCLOUD_URL config vars in your heroku config containing the username, password, hostname and port of your first Redis Cloud database.在安装此插件后,如何获取REDISCLOUD_URL配置?
发布于 2021-04-06 18:17:52
查看入门文档:https://devcenter.heroku.com/articles/rediscloud#getting-started
$ heroku config:get REDISCLOUD_URLhttps://stackoverflow.com/questions/66966162
复制相似问题