Django - Celery and Background Tasks
Identify the issue in this Redis subscription code snippet used in Django:
```python
pubsub = redis_client.pubsub()
pubsub.subscribe('news')
message = pubsub.get_message()
print(message['data'])
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions