Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 329 Bytes

keys.md

File metadata and controls

4 lines (4 loc) · 329 Bytes
  • 'task:$id:code' -- the code to be run for task $id
  • 'task:$id:inputs' -- queue of inputs for task $id. These inputs are all potentially unrun
  • 'task:$id:results' -- hash mapping inputs (JSON strings as produced by JSON.stringify) to results (JSON strings as produced by JSON.stringify)
  • 'task:all' -- set of all task ids