I am playing around with building a chat application using PHP and CodeIgniter.
For this, I am implementing a cache \'buffer\' with memcached to hold the most recent
Why don't use INSERT DELAYED ? It offers you almost the same functionality you are trying to achieve without the need of memcached.
INSERT DELAYED
Anyway your solution looks good, too.