Feature Request: Support for Redis Sentinel Cluster Connections
Description It would be extremely helpful if Medis could support connecting to a Redis cluster via Redis Sentinel. Currently, Medis supports standalone and standard cluster modes, but there is no option to connect using a Sentinel-based high-availability setup.
Why This Matters Many production environments rely on Redis Sentinel for automatic failover and master discovery. Without Sentinel support, Medis cannot be used to monitor or manage these deployments, limiting its usefulness for developers and operations teams.
What I’m Requesting Please consider adding: 1. A connection mode for Redis Sentinel 2. Ability to configure: • Sentinel nodes (multiple hosts/ports) • Master name • Authentication for Sentinel and Redis • TLS options 3. Automatic master discovery and failover handling
Value This feature would significantly improve Medis’ compatibility with real-world Redis setups and make it a more reliable tool for users who depend on Sentinel for high availability.
Example A simple UI form could include: • Sentinel Nodes: host1:26379, host2:26379, host3:26379 • Master Name: mymaster • Passwords (optional) • TLS checkbox
If needed, I’m willing to help test this feature once a prototype is available.
Source: luin/medis