The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ShardedKV::Storage::Memory - Testing storage backend for in-memory storage

VERSION

version 0.15

SYNOPSIS

  TODO

DESCRIPTION

A ShardedKV storage backend that uses a Perl in-memory hash for storage. It is mainly intended for testing.

Implements the ShardedKV::Storage role.

SEE ALSO

AUTHORS

  • Steffen Mueller <smueller@cpan.org>

  • Nick Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steffen Mueller.

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