Asynchronous set in XMemcached

473 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

you can try the setWithNoReply method which supported by xmemcached client