Hi, I wonder if there is a way to query Memcached directly from Nginx, without using PHP/Python, something like: location /test { $key = "mykey"; $value = $url; memcache_set $key $value; } Any suggections?