Some new features of MySQL InnoDB 5.6, MySQL Cluster 7.2 can be set up this way.
http://blogs.innodb.com/wp/2011/04/nosql-to-innodb-with-memcached/ http://dev.mysql.com/tech-resources/articles/mysql-cluster-7.2-ga.html On the other hand, depending on your business layer language, you can extend model layer to insert, update, delete memcached keys on each of the corresponding model methods. Most people use it the reverse way - that is, make changes quickly into memcache and then have a separate process to come around and store to db. On Fri, Jul 27, 2012 at 12:05 AM, Chintan Patel <[email protected]>wrote: > I want Synchronize memcache object with mysql database. > > I want to reflect database changes to memcahed server .. so when i add new > records to db it is available to user. > > Thanks & Regards, > Chintan V. Patel >
