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.08  Wed Sep  18 2013
    CHANGES:
    - Use Try::Tiny for proper preservation of $@ .

0.07  Thu Mar  14 2013
    CHANGES:
    - Account for Redis memory overhead when checking collection size:
    use package variable $REDIS_MEMORY_OVERHEAD to adjust overhead estimate

0.06  Thu Mar  14 2013
    CHANGES:
    - Use Redis maxmemory setting to set 'size' if not provided in constructor

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