Re: Channels - Unable to use redis as sharded cluster

2017-01-16 Thread Andrew Godwin
Hi Dadaso, You also opened this as a ticket on GitHub at https://github.com/django/channels/issues/485; I'll answer it there. Andrew On Mon, Jan 16, 2017 at 2:42 AM, Dadaso Zanzane < dadaso.zanz...@cuelogic.co.in> wrote: > Hi, > > I am using django channels for production. > > I have configured

Channels - Unable to use redis as sharded cluster

2017-01-16 Thread Dadaso Zanzane
Hi, I am using django channels for production. I have configured redis on AWS Elastic-cache as sharded cluster. File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py" , line 354, in execute_from_command_line utility.execute() File "/ed