Subject: | [PATCH] feature additions - more from Cache::Memached::Fast |
This follows RT# 93167 : #93167: [PATCH] feature additions - most of them from Cache::Memcached::Fast
In addition to the features added there, this patch adds:
* cas
* gets
* gets_multi
* server_versions
* touch
NOTE: GetParser.pm had to be updated to support the cas "gets" operation. The XS version (Cache::Memcached::GetParserXS) on CPAN will still work, but the "gets" and "gets_multi" methods will not work if using the XS version on CPAN.
I have also patched the GetParser.xs so it WILL support the cas "gets". The update is available on github:
https://github.com/unrtst/memcached/tree/master/trunk/api/xs/Cache-Memcached-GetParserXS
In testing the XS parser, I also found that utf8 keys are not supported if using it. I'd recommend users stick with the pure perl version, perhaps even defaulting to it (if they want XS speed, Cache::Memcached::Fast has it).
Please see RT# 93167 for a full list of other additions and bugfixes this provides.
Subject: | 0001-squashed-changes-from-20140223-patch-cas-support.patch |
Message body is not shown because it is too large.