Update CommandBatchService.java

pull/605/head
jackygurui 9 years ago committed by GitHub
parent 7edbf7f0a3
commit 6203e6740f

@ -185,7 +185,7 @@ public class CommandBatchService extends CommandReactiveService {
? RedissonObjectFactory.<Object>fromReference(redisson, (RedissonReference) entryResult)
: RedissonObjectFactory.<Object>fromReference(redissonReactive, (RedissonReference) entryResult));
} else {
result.add(commandEntry.getPromise().getNow());
result.add(entryResult);
}
}
promise.setSuccess(result);

Loading…
Cancel
Save