Perl client rewrite (2.0-rc1)
Gerard Goossen
gerard at tty.nl
Thu May 11 19:26:52 UTC 2006
Hi,
Thanks for the bug report. It is good to see the new code being tested
(and used).
It is worse, whole order of the converters wasn't fixed.
I have fixed the order, and reverse the order for the decode. And now
set/get with Storable and Zip work.
The new version is available at:
http://dev.tty.nl/memcached/Cache-Memcached-2.0-rc3.tar.gz
Gerard
On Thu, May 11, 2006 at 03:57:40PM +0400, Anton Fyodorov wrote:
> 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