refactoring

pull/5038/head
Nikita Koksharov 2 years ago
parent 224cb1a487
commit 2c5b14bfc1

@ -61,10 +61,6 @@ public class CommandBatchService extends CommandAsyncService {
return connectionFuture;
}
public void setConnectionFuture(CompletableFuture<RedisConnection> connectionFuture) {
this.connectionFuture = connectionFuture;
}
public boolean isFirstCommand() {
return firstCommand;
}

Loading…
Cancel
Save