GoLang Memcached::quit

request it (303)
GoLang replacement for PHP's Memcached::quit [edit | history]



Do you know a GoLang replacement for PHP's Memcached::quit? Write it!

PHP Memcached::quit

PHP original manual for Memcached::quit [ show | php.net ]

Memcached::quit

(PECL memcached >= 2.0.0)

Memcached::quitClose any open connections

Description

public bool Memcached::quit ( void )

Memcached::quit() closes any open connections to the memcache servers.

Parameters

This function has no parameters.

Return Values

Returns TRUE on success or FALSE on failure.