diff options
author | Arthur Neves <arthurnn@gmail.com> | 2014-01-03 15:39:33 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-01-03 15:39:33 -0500 |
commit | 98458eea425d15ebadf366d8b55fc89c1913d146 (patch) | |
tree | d84e6121405db3ed34476febf75cc63b86dc8b7e /actionpack/lib/action_controller | |
parent | f89266ace88b489a6af48fa4ae749a0e159112b6 (diff) | |
download | rails-98458eea425d15ebadf366d8b55fc89c1913d146.tar.gz rails-98458eea425d15ebadf366d8b55fc89c1913d146.tar.bz2 rails-98458eea425d15ebadf366d8b55fc89c1913d146.zip |
mem_cache_store requires dalli, so only accept dalli/client
:mem_cache_store require dalli, rescue Dalli exceptions, and follow Dalli API.
Memcached gem, for instance, doesnt work anymore, as the API are different.
As we already require one client, we should make sure that client works, and not accept others, and if someone wants to use another memcache client they can write their own store adapter.
Diffstat (limited to 'actionpack/lib/action_controller')
0 files changed, 0 insertions, 0 deletions