Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 368 Bytes

File metadata and controls

27 lines (15 loc) · 368 Bytes

Demo RedisSearch using Python

A hands-on demonstration of implementing RedisSearch, a robust Full-text Search engine, using Python

Tech stack

  • FastAPI

Installation

Prerequisites:

  • Python 3.8+
  • Docker
  • Docker Compose

Run the service:

docker-compose build

docker-compose up -d

Open your browser and go to http://localhost:8000/docs