bancolombia / scaffold-clean-architecture-ex

Mix task to create a clean architecture application in Elixir that already works, It follows our best practices!
MIT License
13 stars 3 forks source link

Enable Redix adapter with credentials and reader and writer processes #26

Open juancgalvis opened 1 year ago

juancgalvis commented 1 year ago

When I use a redis cluster I want to write on master and read from replications, also y usually need to pass redis credentials and use a secure tls connection.

Please enable it or put it as commented code to show how a developer can achieve it.