|
|
Wow, that was fast :D Thanks a lot!
I got it, will test right away.
Kostas
Tomash Brechko wrote:
> On Fri, Feb 22, 2008 at 16:09:59 +0100, Kostas Chatzikokolakis wrote:
>> Good to know. I think it should be more clear in documentation (does
>> Cache::Memcached work also this way?) cause someone could think he can
>> use both interchangeably.
>
> Yes, C::M::F doesn't hash the prefix for compatibility with C::M.
>
> I just pushed to Git the method:
>
> $memd->namespace();
> $memd->namespace($string);
>
> Get and/or set the namespace prefix.
>
> Return: scalar, the namespace prefix that was in effect before the
> call.
>
> This doesn't call for a new release however. Instead you may download
> the latest .tar.gz with 'snapshot' link on
>
> http://openhack.ru/Cache-Memcached-Fast
>
>
> Enjoy ;).
>
>
|
|