Memcached Functions for MySQL version 1.1 released!

Written for Memcached Functions for MySQL by CaptTofu on 2009-11-17

I'm pleased to announce the release of Memcached Functions for MySQL version 1.1. I realized in the past few weeks, while writing my latest book "Expert PHP and MySQL", that there was no way to obtain the CAS value of a cached item in order to successfully use the function memc_cas(). So, I decided to create a new function, memc_get_cas(), which obtains the CAS value for an item so you can subsequently use this value in a memc_cas() call.

Updated . Read more

Read all announcements