Perl client rewrite (2.0-rc1)

Anton Fyodorov afyodorov at gmail.com
Thu May 11 11:57:40 UTC 2006


Hi,

   I found error in new perl memcached API:

sub do_read {
...
    while (my ($f, $s) = each %flags) {
        $s->[1]->($$v) if $flags & $f;
    }

    This code mean, that we apply to extracted from memcached value
incorrect order of converters: UTF-8, Storable, Zip. This order must
be reverted.

Anton


More information about the memcached mailing list