NAME
Auth::Kokolores::Plugin::MemcachedConnection - kokolores plugin to configure a memcached connection
VERSION
version 1.01
DESCRIPTION
This plugin creates a connection to an memcached server for use by further plugins.
EXAMPLE
<Plugin memcache>
module = "MemcachedConnection"
servers = "127.0.0.1:11211"
namespace = "auth-"
</Plugin>
MODULE PARAMETERS
servers (default: '127.0.0.1:112211')
A comma seperated list of servers.
namespace (default: 'auth-')
A prefix to use for keys.
handle (default: 'memcached')
This string is used to register the memcached connection within the kokolores connection pool.
AUTHOR
Markus Benning <ich@markusbenning.de>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Markus Benning <ich@markusbenning.de>.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991