diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-07-13 04:46:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-07-13 04:46:35 +0000 |
commit | d5de7e5440bc75ffab33d05f343e01e90d3860b7 (patch) | |
tree | 1b42e8340a60ef31e79ac7e2fd4c54e4b4a2e44c /profiles/desc | |
parent | Version bump. (diff) | |
download | gentoo-2-d5de7e5440bc75ffab33d05f343e01e90d3860b7.tar.gz gentoo-2-d5de7e5440bc75ffab33d05f343e01e90d3860b7.tar.bz2 gentoo-2-d5de7e5440bc75ffab33d05f343e01e90d3860b7.zip |
Describe nginx_modules_http_memc. Part of version bump, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/156 by jbergstroem.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index bc176c349573..139d4b181a38 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.21 2014/07/22 06:45:37 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.22 2015/07/13 04:46:35 mgorny Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -36,6 +36,7 @@ limit_conn - This module makes it possible to limit the number of simultaneous c limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session lua - Embed the power of Lua into nginx map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable. +memc - An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands. memcached - You can use this module to perform simple caching. metrics - Module to export various metrics in easy-parseable JSON. mogilefs - Enable support for MogileFS. |