The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Redis::CappedCollection package version 0.15
============================================

Redis::CappedCollection module provides fixed sized collections that have
an auto-FIFO age-out feature.

The Redis::CappedCollection package was written, tested, and found working on
recent Linux distributions.

INSTALLATION

To install this package type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

In order to install and use this package you will need Perl version
5.010 or better. The Redis::CappedCollection module depends on other
packages that are distributed separately from Perl. We recommend that
you have the following packages installed before you install
Redis::CappedCollection :

   Data::UUID
   Digest::SHA1
   Mouse
   Params::Util
   Redis
   Try::Tiny

The Redis::CappedCollection module has the following optional dependencies:

   Net::EmptyPort
   Test::Exception
   Test::RedisServer

If the optional modules are missing, some "prereq" tests are skipped.

The installation of the missing dependencies can either be accomplished
through your OS package manager or through CPAN (or downloading the source
for all dependencies and compiling them manually).

TESTING

A started Redis server is required before launching tests.

SIMPLE BENCHMARK

Use benchmark_capped.pl to run a simple benchmark.

DOCUMENTATION

The Redis::CappedCollection module has a man page.
A simple description of the module is included below in the SEE ALSO section.

SEE ALSO

The basic operation of the Redis::CappedCollection package module:

   Redis::CappedCollection - Object interface to create a collection, addition
                             of data and data manipulation.

COPYRIGHT AND LICENCE

Copyright (C) 2012-2013 by TrackingSoft LLC.

This package is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. See perlartistic at
http://dev.perl.org/licenses/artistic.html .

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.