Thanks guys.  I *think* we've got things installed correctly now.

Is there an easy way to see the stats for our memcache?  I tried what
the docs say, and got this:

>> mc = Memcached.new
NameError: uninitialized constant Memcached
        /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:443:in `load_missing_constant'
        /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:80:in
`const_missing_not_from_s3_library'
        /usr/local/lib/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/
extensions.rb:206:in `const_missing'
        /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/
active_support/dependencies.rb:92:in `const_missing'

Is there some web UI somewhere I can see?

Thanks again for everyones help,
Carson

On Dec 20, 11:12 am, chris <mcclellan...@gmail.com> wrote:
> FYI, dalli will detect that ENV variable automatically -- you shouldn't need
> to specify the server(s) at all. Here's our dalli configuration (rails3 app,
> yours may vary):
>
>       config.cache_store = :dalli_store, { :namespace => 'll', :expires_in
> => 30.minutes, :compress => true, :compress_threshold => 64*1024 }

-- 
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