AnyEvent-KVStore
view release on metacpan or search on metacpan
lib/AnyEvent/KVStore.pm view on Meta::CPAN
=head1 DESCRIPTION
The AnyEventLLKVStore framework intends to be a simple, pluggable API for
abstracting away the details of key-value store integratoins in event loop for
the standard operations one is likely to experience in an event loop.
The idea is to make key-value stores reasonably pluggable for variou skinds of
operations so that when one fails to scale in one scenario, another can be used
and alaternatively, the same app can support several different stores.
The framework uses Moo (Minimalist Object Orientation) to procide the basic
interface specifications, and modules providing drivers here are expected to
use Moo for defining accessors, etc.
=head1 ACCESSORS/PROPERTIES
=head2 module
The name of the driver used.
=cut
( run in 1.335 second using v1.01-cache-2.11-cpan-de7293f3b23 )