aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors.rb
diff options
context:
space:
mode:
authorfatkodima <fatkodima@rambler.ru>2017-12-14 17:05:13 +0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-01-22 13:54:00 -0500
commit4efbbc844b3cd5f76e0e24ae1a1f90bb57da3b18 (patch)
treea60bf3c0029f0176fe1fe8392fc25ccb4e7ed303 /activesupport/test/cache/behaviors.rb
parentc177bca26cbc08f8dfb1e3a68613a89e6a035783 (diff)
downloadrails-4efbbc844b3cd5f76e0e24ae1a1f90bb57da3b18.tar.gz
rails-4efbbc844b3cd5f76e0e24ae1a1f90bb57da3b18.tar.bz2
rails-4efbbc844b3cd5f76e0e24ae1a1f90bb57da3b18.zip
Add support for connection pooling on RedisCacheStore
Diffstat (limited to 'activesupport/test/cache/behaviors.rb')
-rw-r--r--activesupport/test/cache/behaviors.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/cache/behaviors.rb b/activesupport/test/cache/behaviors.rb
index cb08a10bba..0e07e2319d 100644
--- a/activesupport/test/cache/behaviors.rb
+++ b/activesupport/test/cache/behaviors.rb
@@ -5,5 +5,6 @@ require_relative "behaviors/cache_delete_matched_behavior"
require_relative "behaviors/cache_increment_decrement_behavior"
require_relative "behaviors/cache_store_behavior"
require_relative "behaviors/cache_store_version_behavior"
+require_relative "behaviors/connection_pool_behavior"
require_relative "behaviors/encoded_key_cache_behavior"
require_relative "behaviors/local_cache_behavior"