-
Notifications
You must be signed in to change notification settings - Fork 15
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
memcache_server_delete()
is missing
#4
Comments
There haven't been requests for that so far. I also have a faint memory of libmemcached not supporting that at some point in time or other. Patches to add the functionality are of course welcome. :) |
saaros
added a commit
to saaros/pgmemcache
that referenced
this issue
May 21, 2014
libmemcached does not have a function for removing servers from the current context so we must recreate the context from scratch when the list of default servers changes. The new functionality also makes it possible to implement a memcache_server_delete() function at some point as requested in [ohmu#4] but it's not implemented in this commit.
saaros
added a commit
to saaros/pgmemcache
that referenced
this issue
May 21, 2014
libmemcached does not have a function for removing servers from the current context so we must recreate the context from scratch when the list of default servers changes. The new functionality also makes it possible to implement a memcache_server_delete() function at some point as requested in [ohmu#4] but it's not implemented in this commit.
saaros
added a commit
to saaros/pgmemcache
that referenced
this issue
May 21, 2014
libmemcached does not have a function for removing servers from the current context so we must recreate the context from scratch when the list of default servers changes. The new functionality also makes it possible to implement a memcache_server_delete() function at some point as requested in [ohmu#4] but it's not implemented in this commit.
saaros
added a commit
to saaros/pgmemcache
that referenced
this issue
May 21, 2014
libmemcached does not have a function for removing servers from the current context so we must recreate the context from scratch when the list of default servers changes. The new functionality also makes it possible to implement a memcache_server_delete() function at some point as requested in [ohmu#4] but it's not implemented in this commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any reason why there is no
memcache_server_delete()
? Currently it seems impossible to remove the servers without restarting your server.The text was updated successfully, but these errors were encountered: