Re: $memcached_key doesn't fetch unicode url

2014-05-09 Thread kirpit
A note to the history that is good to know. Thanks Maxim, even though we choose not to use unicode urls to make things less complicated. On Fri, May 9, 2014 at 4:13 AM, Maxim Dounin wrote: > Hello! > > On Sun, May 04, 2014 at 06:42:39PM +0300, kirpit wrote: > > > Hi, > > > > I'm doing some sor

Re: $memcached_key doesn't fetch unicode url

2014-05-08 Thread Maxim Dounin
Hello! On Sun, May 04, 2014 at 06:42:39PM +0300, kirpit wrote: > Hi, > > I'm doing some sort of downstream cache that I save every entire page into > memcached from the application with urls such as: > > www.example.com/file/path/?query=1 > > then I'm fetching them from nginx if available with

$memcached_key doesn't fetch unicode url

2014-05-04 Thread kirpit
Hi, I'm doing some sort of downstream cache that I save every entire page into memcached from the application with urls such as: www.example.com/file/path/?query=1 then I'm fetching them from nginx if available with the config: location / { # try to fetch from memcached set