File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- ## fastapi-redis-cache
1+ ## fastapi-redis-cache <!-- omit in toc -->
22
33[ ![ PyPI version] ( https://badge.fury.io/py/fastapi-redis-cache.svg )] ( https://badge.fury.io/py/fastapi-redis-cache )
44![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/fastapi-redis-cache?color=%234DC71F )
77[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/ec0b1d7afb21bd8c23dc/maintainability )] ( https://codeclimate.com/github/a-luna/fastapi-redis-cache/maintainability )
88[ ![ codecov] ( https://codecov.io/gh/a-luna/fastapi-redis-cache/branch/main/graph/badge.svg?token=dUaILJcgWY )] ( https://codecov.io/gh/a-luna/fastapi-redis-cache )
99
10+ - [ Features] ( #features )
11+ - [ Installation] ( #installation )
12+ - [ Usage] ( #usage )
13+ - [ Initialize Redis] ( #initialize-redis )
14+ - [ ` @cache ` Decorator] ( #cache-decorator )
15+ - [ Response Headers] ( #response-headers )
16+ - [ Pre-defined Lifetimes] ( #pre-defined-lifetimes )
17+ - [ Cache Keys] ( #cache-keys )
18+ - [ Cache Keys Pt 2.] ( #cache-keys-pt-2 )
19+ - [ Questions/Contributions] ( #questionscontributions )
20+
1021## Features
1122
1223- Cache response data for async and non-async path operation functions.
You can’t perform that action at this time.
0 commit comments