ElasticSearch 和 Redis 远程服务器

发布于 2025-01-11 15:14:51 字数 404 浏览 0 评论 0原文

我在 AWS Elasticbeanstalk 上部署了一个 Laravel 应用程序。

我想将缓存与 Redis 以及 Elasticsearch 结合起来作为我的缓存驱动程序。

我设法在本地运行这两个功能(redis 在端口 6379 上运行,elasticsearch 在端口 9200 上运行), 但现在我希望它们在远程服务器上运行,我只需在 .env 文件中指定它们的端点。

谁能告诉我如何获取 Redis 和 Elasticsearch 的远程 URL?

更新: 我发现 Heruko 提供了创建 Redis 实例的功能,从而可以获取 Redis 的 URL。我认为 Elasticsearch 也有类似的情况。

如果这不是正确的方法,请告诉我它是如何工作的

I deployed a Laravel application on AWS Elasticbeanstalk.

I want to incorporate caching with Redis as my cache driver as well as Elasticsearch.

I managed to run these 2 features locally (redis on port 6379 and elasticsearch on 9200),
but now I want them to run on remote servers and I simply specify their endpoints in my .env file.

Can anyone let me know how I can obtain remote URLs for Redis and Elasticsearch?

Update:
I found out that Heruko offers the ability to create a Redis instance and thereby one can obtain a URL for Redis. I presume a similar thing is for Elasticsearch.

If this is not the right way to do so, please let me know how it works

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文