Update GetTaskInfo to read the task's result field

This commit is contained in:
Ken Hibino
2021-09-24 13:27:31 -07:00
parent 7c06994959
commit e8f140539d
6 changed files with 58 additions and 14 deletions

View File

@@ -299,6 +299,7 @@ type TaskInfo struct {
Message *TaskMessage
State TaskState
NextProcessAt time.Time
Result []byte
}
// Z represents sorted set member.