[FIG(quote)[
[FIGCAPTION[
[1] [CITE@en[Infinario/flask-redis-sentinel]]
([TIME[2015-09-18 15:34:07 +09:00]] 版)
<https://github.com/infinario/flask-redis-sentinel>
]FIGCAPTION]

> You can configure Redis connection parameters using REDIS_URL Flask configuration variable with redis+sentinel URL scheme:
> redis+sentinel://localhost:26379'''[''',otherhost:26379,...''']'''/mymaster/0
> redis+sentinel://localhost:26379'''[''',otherhost:26379,...''']'''/mymaster/0?socket_timeout=0.1
> redis+sentinel://localhost:26379'''[''',otherhost:26379,...''']'''/mymaster/0?sentinel_socket_timeout=0.1
> redis+sentinel://:sentinel-secret-password@localhost:26379'''[''',otherhost:26379,...''']'''/mymaster/0?sentinel_socket_timeout=0.1
> 

]FIG]
