I\'m trying to use redis-store as my Rails 3 cache_store. I also have an initializer/app_config.rb which loads a yaml file for config settings. In my initializer/redis.rb I
Had the same problem and setting RAILS_CACHE to MyApp::Application.config.cache_store fixed it as well.
RAILS_CACHE
MyApp::Application.config.cache_store