ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: memcached



Здравствуйте, Денис.

А какой ключик удаляешь?

> Заметил некоторую странность в том, как nginx работает с memcached.
> Удаляю определенный объект из memcached используя методе delete
> модуля Cache::Memcached::Fast и вижу, что nginx все равно возвращает
> этот объект и не обращается к backend-у. Использую вот такую
> конфигурацию:

>     upstream pyxmemcached {
>         server 10.10.10.5:11211;
>       server 10.10.10.6:11211;
>     }

>     memcached_next_upstream error timeout not_found;

> ...
>       location /getfile/ {
>           if ($uri ~ "^/getfile/([^/]+)/(.+)") {
>               set $memcached_key "example.com:$1:filestorage:/$2";
>           }
>           memcached_pass pyxmemcached;
>           expires 15m; 
>           error_page 404 502 504 = @getfile;
>       }
>       # Fetch memcache misses.
>       location @getfile {
>           rewrite ^/getfile/([^/]+)/(.+)
>                      /$1/index.cgi?rm=getfile&fname=/$2? break;
>           proxy_pass http://127.0.0.1:8080;
>           expires 15m; 
>       }

> Кто-нибудь сталкивался с таким?




-- 
С уважением,
Монашёв Михаил, SoftSearch.ru
mailto:postmaster@xxxxxxxxxxxxx
ICQ# 166233339
http://michael.mindmix.ru/
Без бэкапа по жизни.



  • References:

 




Copyright © Lexa Software, 1996-2009.