GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CHI::Driver::TokyoTyrant(3) User Contributed Perl Documentation CHI::Driver::TokyoTyrant(3)

CHI::Driver::TokyoTyrant -- Distributed cache via Tokyo Tyrant - a network interface to the DBM Tokyo Cabinet.

    use CHI;

    my $cache = CHI->new(
        driver => 'TokyoTyrant',
        namespace => 'products',
        hostname  => 'localhost',
        port      => 1978,
    );

A CHI driver that uses Tokyo Tyrant as a storage backend. As Tokyo Tyrant Tokyo Tyrant also supports Memcached protocol so other option is to use it with Memcached driver. This driver is much faster though.

Namespaces are handled by prepending namespace to the key. Hostname defaults to localhost and port to 1978.

Besides the standard CHI methods:
rdb
Returns a handle to the underlying TokyoTyrant::RDB object. You can use this to call specific methods that are not supported by the general API.

JiXi Pavlovsky

CHI CHI::Driver::Memcached::Fast, CHI::Driver::Memcached

Documentation, API libraries for Tokyo Tyrant and Tokyo Cabinet can be found at: http://1978th.net

Copyright (C) 2010 JiXi Pavlovsky.

CHI::Driver::TokyoTyrant is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.

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

Hey! The above document had some coding errors, which are explained below:
Around line 207:
Non-ASCII character seen before =encoding in 'JiXi'. Assuming UTF-8
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.