Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rack::Cache cache error: Unknown storage provider #368

Open
jfloff opened this issue Sep 12, 2023 · 0 comments
Open

Rack::Cache cache error: Unknown storage provider #368

jfloff opened this issue Sep 12, 2023 · 0 comments

Comments

@jfloff
Copy link

jfloff commented Sep 12, 2023

I have the latest version 1.10.0 installed and I'm running on Rails 6.

My production.rb configuration looks like this:

config.action_dispatch.rack_cache = {
    metastore: ::Rack::Cache::MetaStore::Redis.new("#{ENV['REDIS_TLS_URL']}/1/metastore", ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }),
    entitystore: ::Rack::Cache::EntityStore::Redis.new("#{ENV['REDIS_TLS_URL']}/1/entitystore", ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }),
  }

(This is a newer version of issue #188)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant