Subject: | get return value in list context inconsistent with Cache::Memcached on cache miss |
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