RediSearch Shopping A sample project using RediSearch Running the project Fetching Dependencies go mod download Building the project go build -o ./shopping cmd/redisearch-shopping/main.go Generating mock products data ./shopping mock Running the project Make sure that RediSearch is up and running on your local machine. ./shopping serve -m "debug" -p "8080"