You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedisClusterSetOptionParseSlaves was called before the connection, but the actual test still does not connect to the slave node, what additional work is needed.
The connection code is roughly as follows:
int main(){
cc_ = redisClusterContextInit();
The text was updated successfully, but these errors were encountered:
sherwinl1u
changed the title
调用redisClusterSetOptionParseSlaves之后, hiredis-vip仍然不读slave, 只从master节点读取数据
After calling redisClusterSetOptionParseSlaves, hiredis-vip still does not read the slave, only reads data from the master node.
Jul 15, 2019
RedisClusterSetOptionParseSlaves was called before the connection, but the actual test still does not connect to the slave node, what additional work is needed.
The connection code is roughly as follows:
int main(){
cc_ = redisClusterContextInit();
///do read wrok
}
The text was updated successfully, but these errors were encountered: