Open panvid opened 2 years ago
Right now (since over 11 years) the Memcached::setMulti() function only sets entry by entry into the memCached, with memcached::set() function. This should be fixed because of performance and time costs reasons.
Memcached::setMulti()
memcached::set()
My memory might be rusty, but there's no such functionality in the library AFAIR.
Right now (since over 11 years) the
Memcached::setMulti()
function only sets entry by entry into the memCached, withmemcached::set()
function. This should be fixed because of performance and time costs reasons.