Skip to content

Conversation

@gkorland
Copy link
Contributor

Fix #1920 (#1918)
Fix bad backport of commit

Copy link
Contributor

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

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

IMHO, you should also replace

Pool<Jedis> pool = this.dataSource;

with

JedisPoolAbstract pool = this.dataSource;

to keep it same as original commit to prevent any future confusion.

@gkorland
Copy link
Contributor Author

@sazzad16 you can't in 2.10 is was

  protected Pool<Jedis> dataSource = null;

And there was no JedisPoolAbstract

@sazzad16
Copy link
Contributor

@gkorland oh, ok!

LGTM!

@sazzad16 sazzad16 merged commit bcc0265 into 2.10 Jan 17, 2019
@sazzad16 sazzad16 deleted the gkorland-pool-1 branch January 17, 2019 15:01
@sazzad16
Copy link
Contributor

Merged into 2.10.

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.

3 participants