The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Redis::CappedCollection module

0.06  Wed Mar  14 2013
    CHANGES:
    - 'size' = 'maxmemory' if 'size' is not specified when creating an object

0.05  Fri Mar  08 2013
    CHANGES:
    - The tests are executed even if the installed Redis server is not running

0.04  Fri Mar  08 2013
    CHANGES:
    - Added method 'ping'

0.03  Wed Feb  13 2013
    CHANGES:
    - 'new' indirectly detects no connection to the Redis server

0.02  Tue Dec  18 2012
    CHANGES:
    - Checking Perl version in Makefile.PL

0.01  Wed Oct  17 2012
    - Original version