Hi,
Thanks for quick reply. I have a table in mysql database which has approx. 10 million records. In one column I have IP addresses as long number. I have another table which has a unique title for a set of IP ranges. I want to fetch data in to memcache and then want to manipulate in memory and then I will insert the record in another table. Can u help me how can I do it using memcache? Thanks, Arun Singhal _____ From: Dustin Sallings [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 12:24 PM To: Arun Singhal Cc: [email protected] Subject: Re: memcache as database On Jun 11, 2008, at 23:45, Arun Singhal wrote: How can I store a whole table from mysql to memcache. For e.g. A table has 3 column but memc_set function can set one value for one key then how would I store all three column for the same key. What is your goal? -- Dustin Sallings
