Tokyo Cabinet based task backend store.
- 
get_result(task_id)
- Get the result of a task.
- 
get_status(task_id)
- Get the status for a task.
- 
is_done(task_id)
- Returns True if the task executed successfully.
- 
store_result(task_id, result, status)
- Store task result and status.