现在是时候了解如何在您的应用程序中使用 Redis Stack 进行搜索了。
应用程序和所有服务(包括 Redis Stack)都可以作为 Docker Compose 应用程序使用。
如果您还没有下载项目,请将其克隆
> git clone https://github.com/RediSearch/redisearch-getting-started.git
> cd redisearch-getting-started
要运行应用程序
> cd sample-app
> docker-compose up --force-recreate --build
此 Docker Compose 将启动
启动后,您可以使用以下 URL 访问应用程序及其服务
运行以下命令删除容器和镜像
> docker-compose down -v --rmi local --remove-orphans