
# DCS是否支持客户端使用哨兵模式接入？
Redis 4.0及以上版本：
单机、主备、Cluster集群实例不支持哨兵模式接入。
读写分离支持哨兵模式和集群模式接入。
Proxy集群实例默认支持集群模式接入，开启cluster-sentinel-enabled和sentinel-without-auth参数（将参数配置为yes）后，支持哨兵模式接入。配置参数的操作，请参考[修改DCS实例配置参数](https://support.huaweicloud.com/usermanual-dcs/dcs-ug-0312024.html)。
![](https://support.huaweicloud.com/dcs_faq/public_sys-resources/note_3.0-zh-cn.png)
sentinel-without-auth参数目前为受限使用，Proxy集群实例默认不显示该参数，如需配置该参数请[提交工单](https://console.huaweicloud.com/ticket/#/ticketindex/createIndex)联系客服。
Redis 3.0实例不支持哨兵模式接入。
