NAME
App::CPAN::MetaDB::Redis - Store metadata in a Redis database
SYNOPSIS
This provides the interface to store and retrieve data from the specified Redis database.
CONSTRUCTION
new
Requires you supply a hash with the "server" key pointing to the appropriate server:port. You can also add in other keys that Redis->new will accept.
auth($password)
Authenticate to the server with the specified password. This needs to be called before it is passed to the App::CPAN::MetaDB constructor.