Memcached disable on test environment? -


for example have on dedicated server live site , in sub folder test site?

is there way disable memcached on test site because don't want thing make on test site affect memory cache on live site.

in environments/test.rb, add line config.cache_store = :null_store in order disable caching.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

MongoDB C# offic. List<BsonObject> query issue and always olds values? -