Hi,
Assuming you're asking about libmemcached's API function called
memcached_quit_server(), it closes the client-side connection.  The
memcached server remains running and retains whatever data it was
holding.

Steve

On Apr 23, 11:52 pm, Nikhils <nikkh...@gmail.com> wrote:
> Hi,
>
> If I invoke  memcached_quit_server API on a specific server, does it mean
> that keys belonging to that server will be invalidated after this call? Or
> if I reconnect, will I be able to re-fetch the earlier keys?
> I am assuming its the latter, but some feedback will be appreciated.
>
> Regards,
> Nikhils

Reply via email to