Skip to content
New issue

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

提高jedis版本,使用连接池,优化了配置 #1

Merged
merged 1 commit into from
Nov 5, 2017
Merged

提高jedis版本,使用连接池,优化了配置 #1

merged 1 commit into from
Nov 5, 2017

Conversation

chenshun00
Copy link
Contributor

No description provided.

config.setMaxIdle(maxIdle);
config.setTestOnBorrow(false);
config.setTestWhileIdle(false);
if (null ==auth || auth.length() == 0){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个变量在哪里定义的啊?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auth 这个变量

@javagaorui5944 javagaorui5944 merged commit a439461 into javagaorui5944:master Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants