OpenResty® Scalable Web Platform by Extending NGINX with Lua

OpenResty XRay

Advanced observability built for OpenResty and more

×

limited time offer

Request TRIAL today and receive a diagnostic REPORT
Learn more

Memc Nginx Module

Yichun Zhang , 17 Oct 2013 (created 21 Jun 2011)

This module extends the standard memcached module to support almost the whole memcached ascii protocol.

It allows you to define a custom REST interface to your memcached servers or access memcached in a very efficient way from within the nginx server by means of subrequests or independent fake requests.

Documentation: https://github.com/agentzh/memc-nginx-module#readme

Project page: http://github.com/agentzh/memc-nginx-module

When used in conjunction with LuaNginxModule, it is recommended to use LuaRestyMemcachedLibrary instead of this one, since it is more flexible and more memory-efficient.