Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
panvid opened this issue Jul 12, 2022 · 1 comment

Comments

@panvid
Copy link

panvid commented Jul 12, 2022

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
Copy link
Contributor

m6w6 commented Sep 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants