We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在getJedis方法中初始化JedisSentinelPool调用的构造方法不会设置redis哨兵的密码导致NOAUTH Authentication required jedisPool = new JedisSentinelPool(masterName, sentinels, getJedisPoolConfig(), timeout, soTimeout, password, database);
jedisPool = new JedisSentinelPool(masterName, sentinels, getJedisPoolConfig(), timeout, soTimeout, password, database);
The text was updated successfully, but these errors were encountered:
我也碰到了同样的问题,您那边是如何解决的
Sorry, something went wrong.
No branches or pull requests
在getJedis方法中初始化JedisSentinelPool调用的构造方法不会设置redis哨兵的密码导致NOAUTH Authentication required
jedisPool = new JedisSentinelPool(masterName, sentinels, getJedisPoolConfig(), timeout, soTimeout, password, database);
The text was updated successfully, but these errors were encountered: