Skip to content

Instantly share code, notes, and snippets.

@gagansh7171
Created August 23, 2020 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gagansh7171/737e1183221047ab64d0b07384b32e33 to your computer and use it in GitHub Desktop.
Save gagansh7171/737e1183221047ab64d0b07384b32e33 to your computer and use it in GitHub Desktop.
Settings Redis
CHANNEL_LAYERS = {
'default' : {
'BACKEND': 'channels_redis.core.RedisChannelLayer',
'CONFIG' : {
"hosts" : [('redis', 6379)], # You are supposed to use service name and not localhost
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment