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
New! OpenResty 1.25.3.1 is now released!
New! OpenResty 1.21.4.3 is now released!
New! New blog post Introduction to OpenResty XRay Mobile Apps is published.
New! New blog post How to Use Gateway Partitions in OpenResty Edge is published.
New! New blog post Use C++ to Dynamic-Trace C++ Applications is published.

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.