Just as a "new" user of Django channels/Redis: to install/setup Redis was one of the big obstacles in my mind that kept me from using channels until now. It's not that it would be complicated to install - I just have a "knot in my thoughts" when trying to create a simple channels app and used days of investigation on "isn't that possible to use channels without the redis server setup? Can't I just install django and django-channels and go for it, at least for development?"
Maybe it's easier as I thought, but adding that as a core feature would be a big benefit IMHO. If I understood all correctly. Greets, Christian Am 05.09.19 um 15:45 schrieb Tom Forbes: > That's not necessarily a blocker, and Memcached is not simple to run > on Windows either - there are no official prebuilt binaries, as far as > I'm aware. > >> On 5 Sep 2019, at 14:29, Matthew Pava <[email protected] >> <mailto:[email protected]>> wrote: >> >> I’d just like to point out that Redis support on Windows is limited >> at best. All other technologies that Django uses, as far as I can >> recall, do support Windows. >> >> *From:* [email protected] >> <mailto:[email protected]> >> [mailto:[email protected]] *On Behalf Of *Jacob Rief >> *Sent:* Thursday, September 5, 2019 1:33 AM >> *To:* [email protected] >> <mailto:[email protected]> >> *Subject:* Re: Redis cache support in core >> >> I'm also in favor on having it as part of the core, since memcache is >> also supported. >> >> One of the nice features Redis provides, is the possibility to >> invalidate one or more cached object by using a wildcard key. >> It namely is the method delete_pattern() added by django-redis-cache >> to the given Django caching backend. That >> (or a similar method) then should be part of the other Django caching >> backends as well, such as the dummy cache or in-memory cache. >> >> Jacob >> -- >> You received this message because you are subscribed to the Google >> Groups "Django developers (Contributions to Django itself)" group. >> To unsubscribe from this group and stop receiving emails from it, >> send an email to [email protected] >> <mailto:[email protected]>. >> To view this discussion on the web >> visit >> https://groups.google.com/d/msgid/django-developers/CAJ_HXxo9jpr-%3DFmLXcYwwR6tdn-NVDfrEoo-qYnB-vQwKv9O%3DA%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-developers/CAJ_HXxo9jpr-%3DFmLXcYwwR6tdn-NVDfrEoo-qYnB-vQwKv9O%3DA%40mail.gmail.com?utm_medium=email&utm_source=footer>. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Django developers (Contributions to Django itself)" group. >> To unsubscribe from this group and stop receiving emails from it, >> send an email to [email protected] >> <mailto:[email protected]>. >> To view this discussion on the web >> visit >> https://groups.google.com/d/msgid/django-developers/b9357775f9684aa888091bce83f2852b%40iss2.ISS.LOCAL >> <https://groups.google.com/d/msgid/django-developers/b9357775f9684aa888091bce83f2852b%40iss2.ISS.LOCAL?utm_medium=email&utm_source=footer>. > > -- > You received this message because you are subscribed to the Google > Groups "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/10675445-9101-4F5A-8151-A105B939E482%40tomforb.es > <https://groups.google.com/d/msgid/django-developers/10675445-9101-4F5A-8151-A105B939E482%40tomforb.es?utm_medium=email&utm_source=footer>. -- Dr. Christian González https://nerdocs.at -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/79bd6230-4d7e-b26e-a00b-69042496991b%40nerdocs.at.
pEpkey.asc
Description: application/pgp-keys
