Pregunta

I have to fill a Memcached server with a lot of entries using XMemcached.

As Memcached (and XMemcached) doesn't support multi-set, is there a way to "set" a value without waiting for the request to complete?

Maybe that is the case natively with XMemcached? I didn't find informations about this in its documentation.

¿Fue útil?

Solución

you can try the setWithNoReply method which supported by xmemcached client

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top