From c01c38efbda53b66a4a7d677af523ac8ac493321 Mon Sep 17 00:00:00 2001 From: Joseph Page Date: Mon, 12 Feb 2018 15:39:00 +0100 Subject: Doc: fixes typo `cache:` -> `compress:` [ci skip] Closes #31967 --- activesupport/lib/active_support/cache/redis_cache_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/cache/redis_cache_store.rb b/activesupport/lib/active_support/cache/redis_cache_store.rb index af14c28408..4df0509665 100644 --- a/activesupport/lib/active_support/cache/redis_cache_store.rb +++ b/activesupport/lib/active_support/cache/redis_cache_store.rb @@ -150,7 +150,7 @@ module ActiveSupport # # Compression is enabled by default with a 1kB threshold, so cached # values larger than 1kB are automatically compressed. Disable by - # passing cache: false or change the threshold by passing + # passing compress: false or change the threshold by passing # compress_threshold: 4.kilobytes. # # No expiry is set on cache entries by default. Redis is expected to -- cgit v1.2.3