[server][ executor]- 完成底层的代码 - 1

This commit is contained in:
zeaslity
2023-02-28 21:39:33 +08:00
parent c183b3c474
commit a47ede755f
2 changed files with 23 additions and 9 deletions

View File

@@ -206,6 +206,8 @@ public class CommandExecLogCache {
ArrayList<String> commandExecCachedLog = CachedCommandLogMap.get(streamKey);
commandExecCachedLog.add("");
commandExecCachedLog.add("");
commandExecCachedLog.add("--------------- command result are as above --------------------");
commandExecCachedLog.add(execTimeCostString);
commandExecCachedLog.add(execResultString);