Thread overview
Memcache
Dec 06, 2012
S
June 11, 2010
Does anyone know of a memcache interface for D that works with Phobos? I know that there is one for Tango, but I have a lot of production code that relies on Phobos and I'm not interested in switching.

If no one knows of one, I will just create one for my own uses.

Thanks,
JC
December 06, 2012
On 2010-06-11 17:17:08 +0000, Jonathan Crapuchettes said:

> Does anyone know of a memcache interface for D that works with Phobos? I know that there is one for Tango, but I have a lot of production code that relies on Phobos and I'm not interested in switching.
> 
> If no one knows of one, I will just create one for my own uses.
> 
> Thanks,
> JC

Any update on this?

December 06, 2012
On 12/6/12 12:21 PM, S wrote:
> On 2010-06-11 17:17:08 +0000, Jonathan Crapuchettes said:
>
>> Does anyone know of a memcache interface for D that works with Phobos?
>> I know that there is one for Tango, but I have a lot of production
>> code that relies on Phobos and I'm not interested in switching.
>>
>> If no one knows of one, I will just create one for my own uses.
>>
>> Thanks,
>> JC
>
> Any update on this?

I don't know of any.

Andrei