An open API service indexing awesome lists of open source software.

https://github.com/tinybees/fescache

redis数据库异步crud,Faster, easier, simpler coding,同步支持flask、异步支持sanic
https://github.com/tinybees/fescache

asyncio crud easier redis session

Last synced: 3 months ago
JSON representation

redis数据库异步crud,Faster, easier, simpler coding,同步支持flask、异步支持sanic

Awesome Lists containing this project

README

          

# fescache
Faster, easier, simpler coding

# Installing fescache
- 对于sanic等异步框架安装
- ```pip install fescache[async]```

- 对于flask等同步框架安装
- ```pip install fescache[sync]```

# Usage
### 后续陆续添加.