it seems there are too entities with same key im my memcache.

codes:

self.szz = memcache.get( MemKey )
if not self.szz:
                logging.debug( "no szz in memcache" )
                self.szz = IndexSet( data )
logging.debug( "dida szz = " + repr( self.szz ))
memcache.set( MemKey, self.szz, 10000 )


log:

07-05 10:04PM 41.838 dida szz = <Stock.IndexSet object at
0xac27dca7f5d540>
07-05 10:23PM 55.943 dida szz = <Stock.IndexSet object at
0xcd9724f54f1dbb30>


you see, the two szz is defferent, with no log of "no szz in memcache"
between them.

so i think there may be too entities with same key im my memcache.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to