Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 393 Bytes

LiteJob

A Fast & Safely Golang Task Dispatch.

Features

  • more storage engine support

    1. Redis(storage job list with redis list)
    2. Sqlite(storage job list with a table)
    3. Memory(storage job list with a memory map)
    4. Mysql ... others
  • plugin easy

Examples

see source/examples

RoadMap

  1. support Redis,Sqlite,Memory storage
  2. support Http And Rpc