PascalVanVlaenderen
Results
1
comments of
PascalVanVlaenderen
Currently using ``` CacheCrispies.configure do |config| config.etags = false config.cache_store = ActiveSupport::Cache::RedisCacheStore.new(url: ENV.fetch("REDIS_URL"), expires_in: 1.hour) end ```