Merge pull request #33 from DevLucca/master

add `no-cache` to cache exclusion
This commit is contained in:
long2ice
2022-10-31 21:51:35 +08:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,10 @@
## 0.1
### 0.1.10
- Add `Cache-Control:no-cache` support.
### 0.1.9
- Replace `aioredis` with `redis-py`.