What hit ratio should I expect

Tomash Brechko tomash.brechko at gmail.com
Wed Apr 2 14:03:09 UTC 2008


On Wed, Apr 02, 2008 at 14:27:55 +0100, alex at owal.co.uk wrote:
> One script saves five things with different keys, and the memcached
> verbose log says that it is "STORED".
> 
> The other script tries to get all five records but doesnt get them all. It
> seems that the cache is reporting misses.

What memcached verbose log says then?  If you see something like

  <8 get key_name
  >8 sending key key_name
  >8 END

then the key has been sent.  If "sending" line is missing, then the
key was not found.  If all three lines are missing, then the client
didn't query this server.

BTW, what server and client versions do you use?


-- 
   Tomash Brechko


More information about the memcached mailing list