NAME
Catalyst::Plugin::Session::Store::Couchbase
SYNOPSIS
MyApp->config(
'Plugin::Session'
=> {
expires
=> 7200,
},
Couchbase
=> {
server
=>
'couchbase01.domain'
,
username
=>
'Administrator'
,
password
=>
'password'
,
bucket
=>
'default'
,
}
);
AUTHOR
Toby Corkindale, <tjc at wintrmute.net>
BUGS
Please report any bugs to the Github repo for this module:
https://github.com/TJC/Catalyst-Plugin-Session-Store-Couchbase
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Catalyst::Plugin::Session::Store::Couchbase
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Catalyst-Plugin-Session-Store-Couchbase
CPAN Ratings
http://cpanratings.perl.org/d/Catalyst-Plugin-Session-Store-Couchbase
Search CPAN
http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Couchbase/
ACKNOWLEDGEMENTS
This module was supported by Strategic Data. The module was originally written for their internal use, and the company has allowed me to produce an open-source version.
LICENSE AND COPYRIGHT
Copyright 2013 Toby Corkindale.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.