Scroll to navigation

Mail::MtPolicyd::Connection::Redis(3pm) User Contributed Perl Documentation Mail::MtPolicyd::Connection::Redis(3pm)

NAME

Mail::MtPolicyd::Connection::Redis - a mtpolicy connection for redis databases

VERSION

version 2.02

SYNOPSIS

  <Connection redis>
    server = "127.0.0.1:6379"
    db = 0
    # password = "secret"
  </Connection>

PARAMETERS

server (default: 127.0.0.1:6379)
The redis server to connect.
debug (default: 0)
Set to 1 to enable debugging of redis connection.
password (default: undef)
Set password if required for redis connection.
db (default: 0)
Select a redis database to use.

AUTHOR

Markus Benning <ich@markusbenning.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991
2017-01-13 perl v5.24.1