Skip to content
Snippets Groups Projects
Unverified Commit 8284110c authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix stoplight not using REDIS_NAMESPACE (#18160)

parent 39173536
No related branches found
No related tags found
No related merge requests found
require 'stoplight'
Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(Redis.current)
Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(RedisConfiguration.new.connection)
Stoplight::Light.default_notifiers = [Stoplight::Notifier::Logger.new(Rails.logger)]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment