-
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.
Get enriched Connection information (#3745)
* Adds a new method `toIdentityString()` that returns the identifier info for the connection * Update src/main/java/redis/clients/jedis/Connection.java Co-authored-by: M Sazzadul Hoque <[email protected]> * fix NPE about invoke `toIdentityString` before connect * add test case --------- Co-authored-by: M Sazzadul Hoque <[email protected]> Co-authored-by: anotherJJz <[email protected]>
- Loading branch information
1 parent
2af43de
commit cd9a1ab
Showing
2 changed files
with
71 additions
and
0 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