Skip Menu |

This queue is for tickets about the Test-Mock-Redis CPAN distribution.

Report information
The Basics
Id: 76534
Status: resolved
Priority: 0/
Queue: Test-Mock-Redis

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.07
Fixed in: 0.08



Subject: type() does not behave like real Redis
type() returns undef if the key does not exist, but real Redis returns 'none': $ redis-cli redis 127.0.0.1:6379> type zzzzzzzz none $ perl -MTest::Mock::Redis -wle'print Test::Mock::Redis->new->type("zzzzzzzz")' Use of uninitialized value in print at -e line 1.
From: jeff [...] zeroclue.com
On Fri Apr 13 12:58:46 2012, ETHER wrote: Show quoted text
Test-Mock-Redis-0.08 has been uploaded to PAUSE and should hit the CPAN mirrors soon. Thanks!!