# LiteJob **Repository Path**: mirrors/LiteJob ## Basic Information - **Project Name**: LiteJob - **Description**: 基于Golang 与 Redis 开发的高速、安全的异步任务处理器 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/LiteJob - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-04-02 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 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