Redis Sentinel

For high availability capabilities, we provide Redis Sentinel support. While using Redis Sentinel, luna-handlers works with pool of connections to Redis managed by sentinel. In case of losing connectivity to Redis master, it asks sentinel for a new master and performs reconnection as needed.

Visit the official website for information on installation variants - https://redis.io/topics/sentinel

Please note, that currently we do not support sentinel authentication (https://redis.io/topics/sentinel#configuring-sentinel-instances-with-authentication)