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 Test-Mock-Redis

0.01    Sun Feb 13 
        First version, released on an unsuspecting world.
0.02    Mon Feb 14
        More redis functions, including auth, append, strlen, getset, mset & msetnx
0.03    Wed Feb 16
        Pay attention to the server argument to new - now a singleton per server, just like redis
        Fixed Test::Exception dependency
0.04    Fri Feb 18
        Made error conditions consistent with Redis.pm's behavior