Skip to content

Latest commit

 

History

History

redis_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FastAPI-Caching Redis Backend Example App

To try out:

  1. Make sure redis is installed locally
  2. Execute:
pip install 'fastapi-caching[.all]'
uvicorn examples.redis_app:app