RE: Cache pages for fast loading

2021-01-07 Thread elon musk
Hi iis belongs to Microsoft  Sent from Mail for Windows 10 From: Dave ClevengerSent: Friday, January 8, 2021 7:54 AMTo: django-users@googlegroups.comSubject: Re: Cache pages for fast loading I have to use IIS at my job. I don't think redis is available on Windows. I use memcached which is si

Re: Cache pages for fast loading

2021-01-07 Thread Dave Clevenger
I have to use IIS at my job. I don't think redis is available on Windows. I use memcached which is similar to redis and can be run as a windows service and fully supported by Django's cache backend. If you absolutely want to use redis, then you'll probably want to spin up a Linux instance and run

Re: Cache pages for fast loading

2021-01-07 Thread Eugene TUYIZERE
No I only use IIS > On 7 Jan 2021, at 17:18, gabriela...@gmail.com > wrote: > > Eugene: > is IIS a Microsoft server ? Have you tray this with other server? for > example, APACHE. There are a lot of hosting they give host service. > >> El jueves, 7 de enero de 2021 a las 12:10:19 UTC-3, euge

Re: Cache pages for fast loading

2021-01-07 Thread gabriela...@gmail.com
Eugene: is IIS a Microsoft server ? Have you tray this with other server? for example, APACHE. There are a lot of hosting they give host service. El jueves, 7 de enero de 2021 a las 12:10:19 UTC-3, eugenet...@gmail.com escribió: > Dear team, > > I deployed a django application on windows serve