Hi, everyone:
     In my project, I execute the "flush_all" command with careless,
however, the data in the memcache is important for me, it has not to
be saved into database.
    And I read the doc, it says " flush_all doesn't actually free all
the memory taken up by existing items; that will happen gradually as
new items are stored." Since the memcache just use a half of the
memory allocated, I think the data which are not saved into database
may be still in the MEMORY, so is there anyone tell me how I could get
the data ?
   Any idea is appreciated!

Reply via email to