Redis Replication load balance

Hi,
Following is the Scenario I need to achieve:
A Redis master-slave replication setup with sentinel which will be load balanced by traefik where traefik will direct all write hits to the master.

This is possible with HAProxy as it checks which node is master internally.
link-> https://karlstoney.com/2015/07/23/redis-sentinel-behind-haproxy/

Can traefik Do the same?