rails/activesupport/test/cache/stores
Rajesh Sharma 4a552c3ab9 Fix option not being passed with fetch_multi
In redis cache store, options to `fetch_multi` are passed correctly to
`write_multi` but not to `read_multi`. This causes cache always to be missed
when passing `namespace` option to it.
2020-07-26 08:34:30 +02:00
..
file_store_test.rb Fix an error for FileStore.cleanup when using Sprockets 2020-06-25 23:58:30 +09:00
mem_cache_store_test.rb prevents redundant memcached compression 2020-07-25 12:59:39 -07:00
memory_store_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
null_store_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
redis_cache_store_test.rb Fix option not being passed with fetch_multi 2020-07-26 08:34:30 +02:00