NAME
App::Memcached::Tool::DataSource - Interface for Memcached
SYNOPSIS
use App::Memcached::Tool::DataSource;
my $ds = App::Memcached::Tool::DataSource->connect(
$params{addr}, timeout => $params{timeout}
);
my $stats = $ds->query('stats');
DESCRIPTION
App::Memcached::Tool::DataSource is interface module for Memcached.
LICENSE
Copyright (C) YASUTAKE Kiyoshi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>