aioredisEasy Playground

Async Redis client for asyncio applications

Getting started with aioredisRun locally
Install
pip install redis
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: aioredis)

aioredis is a third-party package. Async Redis client for asyncio applications. Install with: pip install redis

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?