[TYPO3-project-4-3] memcached

Dmitry Dulepov dmitry.dulepov at gmail.com
Fri May 8 10:47:51 CEST 2009


Hi!

Steffen Kamper wrote:
> could you check if this tests are sufficient?

I would use a procedural API for memcached. It is a little easier:

======================
$memcacheConnect = false;
if (function_exists('memcache_connect')) {
	$memcache_obj = memcache_connect('memcache_host', 11211);
	if ($obj != null) {
		$memcacheConnect = true;
		memcache_close($memcache_obj);
	}
}
======================


-- 
Dmitry Dulepov
In TYPO3 blog: http://dmitry-dulepov.com/article/typo3-seo-keywords-from-the-typoscript-and-a-page.html
LinkedIn: http://www.linkedin.com/in/dmitrydulepov
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs


More information about the TYPO3-project-4-3 mailing list