ActiveSupport::Cache (or Rails) will use Rails.configuration.cache_store for "backend" value despite cache type #1252
Labels
bug
Involves a bug
community
Was opened by a community member
integrations
Involves tracing integrations
the
::Rails.configuration.cache_store
bit ignores whatstore
actually is and just sends up Rails' default configuration. This is detrimental to those of us that use multiple layers of caching (memory, same-machine memcached, same-zone memcached; for Braze's use case)The text was updated successfully, but these errors were encountered: