Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 248 Bytes

fescache

Faster, easier, simpler coding

Installing fescache

  • 对于sanic等异步框架安装

    • pip install fescache[async]
  • 对于flask等同步框架安装

    • pip install fescache[sync]

Usage

后续陆续添加.