Serg Tyatin
Results
3
comments of
Serg Tyatin
@jfragoulis Thank you for your comment. I don't like JSON options as well. There reason for it `ssl_params` might contain quite different options. From https://github.com/redis/redis-rb ```ruby :ssl_params => { :ca_file...
possible workaround: `~/.spring.rb` ``` Spring.after_fork do ActiveRecord::Base.connection.close end ```