1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/cache/stores
David Verhasselt 5e21667496 Redis fetch without names returns {}
When trying to call mget in Redis without any
parameters, a Redis error is thrown. To avoid
this, we circumvent Redis entirely when there
are no key names given.
2019-04-12 16:12:14 +03:00
..
file_store_test.rb Use Dir#children and Dir#each_child instead of excluding "." and ".." 2019-02-13 22:56:34 -05:00
mem_cache_store_test.rb Run activesupport's memcache store tests on Buildkite 2019-02-26 23:19:26 +00:00
memory_store_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
null_store_test.rb [Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
redis_cache_store_test.rb Redis fetch without names returns {} 2019-04-12 16:12:14 +03:00