On Wed, Apr 02, 2008 at 14:27:55 +0100, [EMAIL PROTECTED] 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

Reply via email to