php-memcached-dev / php-memcached

memcached extension based on libmemcached library
Other
990 stars 323 forks source link

Memcached::setMulti() should use the setmulti functionality of memcached library #517

Open panvid opened 2 years ago

panvid commented 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.

m6w6 commented 2 years ago

My memory might be rusty, but there's no such functionality in the library AFAIR.