Hi,all:<br>I have a question about the stat &#39;get_misses&#39;.<br>What does it mean? <br>I have two situations:<br>1)There is an item whose key is &#39;abc&#39; in memcached,but get(&#39;abc&#39;) operation failed with some reason,then&nbsp; get_misses++
<br>2)There is no item whose key is &#39;abc&#39; in memcached,so get(&#39;abc&#39;) will return null,then get_misses++<br><br>I do&#39;not know which situation is correct or either is correct.<br><br>Hope some one can help me.
<br><br>Best Regards for any tips.<br>