|
NAMECHI::Driver::TokyoTyrant -- Distributed cache via Tokyo Tyrant - a network interface to the DBM Tokyo Cabinet.SYNOPSISuse CHI; my $cache = CHI->new( driver => 'TokyoTyrant', namespace => 'products', hostname => 'localhost', port => 1978, ); DESCRIPTIONA 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.CONSTRUCTOR OPTIONSNamespaces are handled by prepending namespace to the key. Hostname defaults to localhost and port to 1978.METHODSBesides the standard CHI methods:
AUTHORJiXi PavlovskySEE ALSOCHI CHI::Driver::Memcached::Fast, CHI::Driver::MemcachedDocumentation, API libraries for Tokyo Tyrant and Tokyo Cabinet can be found at: http://1978th.net COPYRIGHT & LICENSECopyright (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. POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |