- Redis-py (Python redis client)
- HiRedis (C redis client)
- Jedis (Java redis client)
- Ioredis (NodeJS redis client)
If you need to use another client, consider using Sentinel Tunnel to discover the current Redis master with Sentinel and create a TCP tunnel between a local port on the client and the master.