This repository contains the source code for the tutorial article
"Maximize Your FastAPI Efficiency: Blazingly
Fast Implementation of Caching and Locking with py-cachify",
which demonstrates how to integrate py-cachify with FastAPI.
The full guide can be found in GUIDE.md
It was also published on:
- Python 3.12+
- Poetry
- Local Redis instance (docker works also)
Set up the project locally with the following steps:
-
Clone the repository:
git clone https://github.com/EzyGang/py-cachify-fastapi-demo
-
Change into the directory:
cd py-cachify-fastapi-demo
-
Install the dependencies with Poetry:
poetry install
Run the project using:
poetry run fastapi dev app/main.py
For questions or feedback, reach out via: