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