-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to reset password in JedisFactory (II) (#2315)
* Add ability to reset password in JedisFactory for JedisPool and JedisSentinelPool * Modify JedisFactory tests and support ACL * reduce new public * volatile password instead of AtomicReference * apply acl tests * Add ability to reset password in JedisFactory for JedisPool and JedisSentinelPool * Modify JedisFactory tests and support ACL * Modify JedisFactory and Pool - Added JedisFactory constructor without host and port as there is option to set those later. - Prepared to private internalPool in Pool. * Adddress gkorland's suggestion * Deprecation and JavaDoc * address change requests * address change requests * Unbreak (both JedisFactory and JedisSentinelPool are errored) * update with config pattern * Remove checking of 'user' while updating password * update deprecation messages Co-authored-by: yapei <yapei@cisco.com>
- Loading branch information
Showing
10 changed files
with
265 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.