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

linux - Mailx and Gmail nss config dir -

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

php - Mysql PK and FK char(36) vs int(10) -