You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get method in Cache::Memcached return undef on a cache miss, even in list context.
The get method in Cache::Memcached::Fast returns the empty list in list context on a cache
miss.
This caused one of our tests to break when we switched from Cache::Memcached to
Cache::Memcached::Fast. It was simple for us to change the test to work with ::Fast, but I
thought I'd bring it to your attention so it doesn't surprise anybody else.
-bundacia
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org #59827 (status was 'new')
Requestors:
From [email protected] on 2010-07-29 15:59:34
:
This isn't critical, but more on an FYI.
The get method in Cache::Memcached return undef on a cache miss, even in list context.
The get method in Cache::Memcached::Fast returns the empty list in list context on a cache
miss.
This caused one of our tests to break when we switched from Cache::Memcached to
Cache::Memcached::Fast. It was simple for us to change the test to work with ::Fast, but I
thought I'd bring it to your attention so it doesn't surprise anybody else.
-bundacia
The text was updated successfully, but these errors were encountered: