Slide 34
Slide 34 text
config :fun_with_flags, :persistence,
[adapter: FunWithFlags.Store.Persistent.Redis]
config :fun_with_flags, :redis,
"redis://locahost:6379/0"
config :fun_with_flags, :cache,
enabled: true,
ttl: 900
config :fun_with_flags, :cache_bust_notifications,
enabled: true,
adapter: FunWithFlags.Notifications.PhoenixPubSub,
client: MyApp.PubSub