Check MEMCACHE_SERVERS in connect to memchached server by unasuke · Pull Request #34705 · rails/rails

Summary Dalli uses ENV["MEMCACHE_SERVERS"] to default memchached server address when not any address passed in client.new . But ActiveSupport uses localhost:11211 in ActiveSupport::Cache:...