Subject: | I created a more generalized version of this module. |
I created a more generalized version of this module.
You can specify any chi driver and even use your own CHI class.
Here is an example usage
__PACKAGE__->config('Plugin::Session' => {
chi_class => 'My::CHI',
chi_args => {
driver => 'Memcached::libmemcached',
servers => [ "10.0.0.15:11211", "10.0.0.15:11212" ],
l1_cache => { driver => 'FastMmap', root_dir => '/path/to/root' }
}
});
Here is my git repo let me know if are interested in using this or would you mind if I take over the Module.
https://github.com/rouzier/Catalyst-Plugin-Session-Store-CHI