Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hhatto/fastapi-snippets

FastAPI snippet
https://github.com/hhatto/fastapi-snippets

Last synced: about 1 month ago
JSON representation

FastAPI snippet

Awesome Lists containing this project

README

        

## Redis

### [async-caches](https://rafalp.github.io/async-caches/)

```
$ uvicorn redis.main_asynccaches:app
```

### [fastapi-plugins](https://pypi.org/project/fastapi-plugins/)

```
$ uvicorn redis.main_fastapi_plugins:app
```