<div>Hi,</div><div><br></div>You could try agentzh's memc-nginx-module<br><br><div><a href="https://github.com/agentzh/memc-nginx-module">https://github.com/agentzh/memc-nginx-module</a></div><div><br></div><div>maybe you can download from:</div>
<div>       <a href="http://agentzh.org/misc/nginx/ngx_openresty-1.0.4.1rc6.tar.gz">http://agentzh.org/misc/nginx/ngx_openresty-1.0.4.1rc6.tar.gz</a></div><div><br></div><div>A sample configure get value from cookie A;</div>
<div><br></div><div><span class="Apple-style-span" style="font-family: helvetica, arial, freesans, clean, sans-serif; font-size: 13px; "><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
       location /foo {
            set $memc_key $cookie_A;

            # $memc_cmd defaults to get for GET,
            #   add for POST, set for PUT, and
            #   delete for the DELETE request method.

            memc_pass <a href="http://127.0.0.1:11211">127.0.0.1:11211</a>;
        }</pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
<br></pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
<br></pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
curl -b A=key <a href="http://localhost/foo">http://localhost/foo</a></pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
<br></pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
<br></pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 12px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; ">
liseen</pre></span></div><div><div><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 8:53 PM, 黄鑫 <span dir="ltr"><<a href="mailto:soddyque@gmail.com">soddyque@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hello everybody. <div>I had a problem, it confused me long time .</div><div>That is how to get memcached value from cookie by httprequest. </div><div>I understand how to get memcached value in Python, but does ngixn supports get memcached value from cookie?<div>


<div><br>-- <br><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:14px"><div>thanks!.</div></span><br>
</div></div></div>
<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
<br></blockquote></div><br></div></div>