Django - Celery and Background Tasks
Which Django code snippet correctly publishes a message to a Redis channel named
updates?updates?publish, not subscribe, send, or receive.publish('updates', 'New data available') sends the message to the 'updates' channel correctly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions