- SharedMemoryDict + AioCache (
pip install shared-memory-cache[aiocache]) - AioHTTP
- Gunicorn
$ gunicorn main:app --config gunicorn_config.py -w 3 --worker-class aiohttp.GunicornWebWorker
$ curl -d "key=foo&value=bar" localhost:8000/
$ curl localhost:8000/?key=foo