|
|
@ -381,8 +381,8 @@ public class MasterSlaveEntry {
|
|
|
|
writeConnectionHolder.returnConnection(masterEntry, connection);
|
|
|
|
writeConnectionHolder.returnConnection(masterEntry, connection);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void releaseRead(RedisConnection сonnection) {
|
|
|
|
public void releaseRead(RedisConnection connection) {
|
|
|
|
slaveBalancer.returnConnection(сonnection);
|
|
|
|
slaveBalancer.returnConnection(connection);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void shutdown() {
|
|
|
|
public void shutdown() {
|
|
|
|