Memcache support in MySQL 5.6

 
Published on 2014-04-30 by John Collins.

The new Memcache API support in MySQL 5.6 is interesting. It enables developers to use existing Memcache clients to talk to a persistent InnoDB back-end using the Memcache protocol. Dr Dobb's have a great write-up on the topic here:

NoSQL with MySQL