It's crazy making.

>> Rails.cache.read "mykey"
=> nil
>> Rails.cache.read "mykey"
=> nil
>> Rails.cache.read "mykey"
=> nil
>> Rails.cache.read "mykey"
=> 1
>> Rails.cache.read "mykey"
=> nil
>> Rails.cache.read "mykey"
=> nil
>> Rails.cache.read "mykey"
=> 1
>> Rails.cache.read "mykey"
=> nil
>> Rails.cache.read "mykey"
=> nil

On Sat, Oct 2, 2010 at 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
> Loudcaster
> http://loudcaster.com
> =========================================
>



-- 
=========================================
Brandon Casci
Loudcaster
http://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.

Reply via email to