Add in-memory support.

This commit is contained in:
long2ice
2020-10-08 15:10:34 +08:00
parent 800032c46b
commit c0259bc699
8 changed files with 236 additions and 202 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-cache2"
version = "0.1.0"
version = "0.1.1"
description = "Cache for FastAPI"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
@@ -15,7 +15,7 @@ packages = [
include = ["LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
fastapi = "*"
uvicorn = "*"
aioredis = {version = "*", optional = true}