jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
894 stars 221 forks source link

Output redirection #218

Open xmatos opened 7 years ago

xmatos commented 7 years ago

Hello!

Is there a way to redirect ws4redis output?

Thanks!

jrief commented 7 years ago

Could you please explain what you mean with "redirecting output".

xmatos commented 7 years ago

Hi! Thanks for replying!

I'm sorry, I guess I've got confused. I'm working on a project that uses ws4redis and every 5 seconds it outputs to stdout a get request to the chat url. I wanted to mute or redirect those requests, but I suppose that would have to be done on django, not here. You can close the issue.

Thanks again!