redisEasy Playground

Python client for Redis in-memory data store

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

redis is a third-party package. Python client for Redis in-memory data store. 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?