Codebase list libtest-mock-redis-perl / debian/0.14-1 Changes
debian/0.14-1

Tree @debian/0.14-1 (Download .tar.gz)

Changes @debian/0.14-1raw · history · blame

Revision history for Test-Mock-Redis

0.01    Feb 13 2011
        First version, released on an unsuspecting world.

0.02    Feb 14 2011
        More redis functions, including auth, append, strlen, getset, mset & msetnx

0.03    Feb 16 2011
        Pay attention to the server argument to new - now a singleton per server, just like redis
        Fixed Test::Exception dependency

0.04    Feb 18 2011
        Made error conditions consistent with Redis.pm's behavior

0.07    Oct  5 2011
        Fix for RT-71461, incorrect rename behavior

0.08    Apr 13 2012
        Correct type is returned for non-existent keys (RT#76534, Karen
        Etheridge)

0.09    Feb 26 2013
        Expired keys are not returned in the KEYS list (Karen Etheridge)

0.10    May 16 2013
        'info' output brought up-to-date w/redis 2.6

        fixed output for these commands: (Karen Etheridge)
            should return OK, not 1:
                auth
                set
                setex
                mset
                rename
                ltrim
                lset
                select
                save
            should return a list length, not the list itself:
                rpush
                lpush
                rpushx
                lpushx

0.11    May 18 2013
        atomic transactions ('multi', 'exec', 'discard') now supported:
        http://redis.io/topics/transactions (Karen Etheridge)

0.12    Jun 12 2013
        support for pipelined calls, using callback subs (Karen Etheridge)