logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::MtPolicyd::Connection::Memcached - a memcached connection plugin for mtpolicyd

Author

       Markus Benning <ich@markusbenning.de>

Name

       Mail::MtPolicyd::Connection::Memcached - a memcached connection plugin for mtpolicyd

Parameters

       servers (default: 127.0.0.1:11211)
           Comma separated list for memcached servers to connect.

       debug (default: 0)
           Enable to debug memcached connection.

       namespace (default: '')
           Set a prefix used for all keys of this connection.

Synopsis

         <Connection memcached>
           module = "Memcached"
           servers = "127.0.0.1:11211"
           # namespace = "mt-"
         </Connection>

Version

       version 2.05

See Also