tompave / fun_with_flags

Feature Flags/Toggles for Elixir
https://hexdocs.pm/fun_with_flags/FunWithFlags.html
MIT License
1.08k stars 79 forks source link

Redis notifications: refactor handling of connection settings. #148

Closed tompave closed 2 years ago

tompave commented 2 years ago

Move handling of the Notifications.Redis connection config to the worker_spec.

This makes it more consistent with how the Persistent.Redis adapter behaves.