Hi,all:<br>I have a question about the stat 'get_misses'.<br>What does it mean? <br>I have two situations:<br>1)There is an item whose key is 'abc' in memcached,but get('abc') operation failed with some reason,then get_misses++
<br>2)There is no item whose key is 'abc' in memcached,so get('abc') will return null,then get_misses++<br><br>I do'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>