Commit 34db0f7
Pull request to change visibility of getConnectionFromSlot method (redis#1532)
* Added method to return connection handler to get natve connection
* Change the visibility of getConnectionFromSlot(slot) method and exposed into this class to get Jedis Connection without exposing Connection Handler
* Test case to validate Jedis Connection From Slot and pipeline operation on existing key and non existing Key
* Removed test case as build gets failure.1 parent a7cc306 commit 34db0f7
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments