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