aiocache — Easy Playground
Async caching library: Redis, Memcached, in-memory
Getting started with aiocacheRun locally
Install
pip install aiocachePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: aiocache)
aiocache is a third-party package. Async caching library: Redis, Memcached, in-memory. Install with: pip install aiocache
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?