mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
ngx-memc[1] is an "extended version of the standard memcached module that supports set, add, delete, and many more memcached commands". [1]: https://github.com/openresty/memc-nginx-module/ Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@gentoo.org>
27 lines
1 KiB
XML
27 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>zurabid2016@gmail.com</email>
|
|
<name>Zurab Kvachadze</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
ngx-memc is an extended version of the standard NGINX memcached module that supports set,
|
|
add, delete, and many more memcached commands.
|
|
|
|
This module extends the standard memcached module to support almost the whole memcached
|
|
ASCII protocol.
|
|
|
|
The module allows to define a custom REST interface to a memcached servers or to access
|
|
memcached in a very efficient way from within the NGINX server by means of subrequests or
|
|
independent fake requests.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/openresty/memc-nginx-module/issues</bugs-to>
|
|
<remote-id type="github">openresty/memc-nginx-module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|