質問

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.

役に立ちましたか?

解決

you can try the setWithNoReply method which supported by xmemcached client

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top