Skip to content

tokuhirom/HTTP-Session-Store-KyotoTycoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

HTTP::Session::Store::KyotoTycoon - HTTP::Session with Cache::KyotoTycoon

SYNOPSIS

use HTTP::Session::Store::KyotoTycoon;

HTTP::Session->new(
    store => HTTP::Session::Store::KyotoTycoon->new(
        host => 'localhost',
        port => 1978,
        db   => 0,
    ),
    state => ...,
    request => ...,
);

DESCRIPTION

HTTP::Session::Store::KyotoTycoon is Cache::KyotoTycoon bindings for Cache::KyotoTycoon.

THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE.

CONFIGURATION

  • host

host name of the server(Default: '127.0.0.1')

  • port

Port number of the server(Default: 1978)

  • db

The name of database or the number of database(Default: 0)

  • expires

session expire time(in seconds)

METHODS

  • select

  • update

  • delete

  • insert

for internal use only

AUTHOR

Tokuhiro Matsuno

SEE ALSO

Cache::KyotoTycoon, HTTP::Session

LICENSE

Copyright (C) Tokuhiro Matsuno

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

HTTP::Session::Store::KyotoTycoon

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages