It is time now to see how to use search with Redis Stack in your application.
The application and all the services, including Redis Stack, are available as a Docker Compose application.
If you have not already downloaded the project, clone it:
> git clone https://github.com/RediSearch/redisearch-getting-started.git
> cd redisearch-getting-started
To run the application:
> cd sample-app
> docker-compose up --force-recreate --build
This Docker Compose will start:
Once started you can access the application and its services using the following URLs:
Run the following command to delete the containers & images:
> docker-compose down -v --rmi local --remove-orphans