Skip to content

Commit 2ef5d9a

Browse files
authored
add toc to readme (a-luna#49)
Fixes a-luna#42
1 parent 56aee43 commit 2ef5d9a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
@@ -7,6 +7,17 @@
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.

0 commit comments

Comments
 (0)