NAME
Memcached::Server::Default - A pure perl Memcached server
VERSION
Version 0.04
SYNOPSIS
use Memcached::Server::Default;
use AE;
Memcached::Server::Default->new(
open => [[0, 8888]]
);
AE::cv->recv;
DESCRIPTION
This module is a simple but complete example for using Memcached::Server. It works like a normal Memcached server, but not good at efficiency as the real one. It is just a example.
SEE ALSO
Memcached::Server, AnyEvent, AnyEvent::Socket
AUTHOR
Cindy Wang (CindyLinz)
BUGS
Please report any bugs or feature requests to bug-memcached-server at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Memcached-Server. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Memcached::Server::Default
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2010 Cindy Wang (CindyLinz).
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.