Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ibuildings techPortal:
New Memcached Extension for PHP
Jun 22, 2009 @ 15:27:51

The Ibuildings techPortal website has posted a new article from Lorna Mitchell looking at the new and improved memcached extension (as most recently updated by Andrei Zmievski).

The idea behind the new extension is to leverage the functionality contained libmemcached - a solution which has been widely adopted across many scripting communities and beyond. The extension is available in PECL and has lots of shiny new functionality. This article looks at how to obtain and work with the new extension, and also shows off a couple of the new features it includes.

Lorna talks a bit about the features of the extension in general but mentions two great new ones specifically - the "getmulti" fetch method allows for grabbing multiple chunks of cached information and the cas (compare and swap) function that works the same as a replace but checks the current contents first.

tagged: cas getmultii extension memcached

Link:


Trending Topics: