It does sound like your cache might be full. You can use Rails.cache.stats to see various stats, including how much memory you're using. Docs are at the verrrry bottom of http://docs.heroku.com/memcache
On Oct 2, 7:58 pm, Brandon Casci <[email protected]> wrote: > Hello > > I'm new to Heroku, so I'm not sure if this is a problem, or normal behavior. > > I'm seeing a inconsistent memcache reads. Reading a key will sometimes > alternate between nil and the value placed in memcache. Other times the > value just seems to vanish, though that could be a sign that memcache is > full, though I can't find a way to tell if it's full. > > What do es everyone think might be happening? > > -- > ========================================= > Brandon Casci > Loudcasterhttp://loudcaster.com > ========================================= -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
