Yep :)

On Mon, Oct 4, 2010 at 4:48 PM, Teng Siong Ong <siong1...@gmail.com> wrote:

> are you sure that you are using the supported memcache gem?
> http://docs.heroku.com/memcache
>
> On Mon, Oct 4, 2010 at 3:43 PM, Brandon Casci <bran...@loudcaster.com>wrote:
>
>> 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 <bran...@loudcaster.com>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 her...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> heroku+unsubscr...@googlegroups.com<heroku%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/heroku?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to her...@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com<heroku%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>



-- 
=========================================
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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to