Skip to content

Add resetServerList() and quit() methods to Memcached object #3

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

Merged
merged 1 commit into from
Oct 20, 2011

Conversation

davidsklar
Copy link

These two are useful if you want to remove servers from a persistent resource and/or close open TCP connections in a persistent resource. This way, if your server population changes (because some servers are removed), you don't have to create a new persistent resource and abandon all the open TCP connections in the old resource.

iliaal added a commit that referenced this pull request Oct 20, 2011
Add resetServerList() and quit() methods to Memcached object
@iliaal iliaal merged commit 276357a into php-memcached-dev:master Oct 20, 2011
remicollet pushed a commit to remicollet/php-memcached that referenced this pull request Jun 10, 2021
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

Successfully merging this pull request may close these issues.

2 participants