سؤال

Is it possible to send a bulk gets call to memcached using spymemcached? (Note the gets to get CAS ID)

هل كانت مفيدة؟

المحلول

There is not a way to send bulk gets in spymemcached. In the future though all operations will most likely be sent as bulk operations under the hood. This means that you will send everything as a single operation and they will all get packaged up in spymemcached as a single bulk operation. This functionality might be available in version 3.0.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top