Remove unnecessary connection allocation
This commit is contained in:
@@ -16,7 +16,6 @@ public class JedisSlotBasedConnectionHandler extends
|
|||||||
@Override
|
@Override
|
||||||
public void assignSlotToNode(int slot, HostAndPort targetNode) {
|
public void assignSlotToNode(int slot, HostAndPort targetNode) {
|
||||||
super.assignSlotToNode(slot, targetNode);
|
super.assignSlotToNode(slot, targetNode);
|
||||||
getConnectionFromSlot(slot);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user