memcached stores data in memory, it doesn't persist it, therefore if the server goes down the data is lost.  memcached will also bump data from memory when other items are requested more often, and memory space gets low.
<br><br>there is simply no guarantee that when you put something into memcached that it will be there later.<br><br>Hope this helps,<br>Kevin<br><br><div><span class="gmail_quote">On 5/8/07, <b class="gmail_sendername">Dawei Wang
</b> &lt;<a href="mailto:dawei.wang@iupload.com">dawei.wang@iupload.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,All:<br><br>I found that some people said that memcached sometimes will lose data. I really don&#39;t understand why this happens. can someone explain this?<br><br>yet I found a bug with it (C# client API) ,it key has space (for example &quot;test&nbsp; 123&quot; ), then it will fail to set to memcached. so I just remove space before set t omemcached, and now I used it as cache in our website, it seems fine to me...
<br><br><br>Regards,<br><span class="sg"><br><br><br clear="all"><br>-- <br>Dawei Wang<br>iUpload&reg; | <a href="http://www.iupload.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.iupload.com
</a> | 1-866-487-5623<br><br>Blog:&nbsp;&nbsp;<a href="http://wang.iupload.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://wang.iupload.com/
</a><br>Email: <a href="mailto:dawei.wang@iupload.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dawei.wang@iupload.com</a>
</span></blockquote></div><br>