Skip to content

Releases: gojuukaze/YTask

v2.1.3

03 Sep 02:01
Compare
Choose a tag to compare
  • 新增获取函数返回的方法Gets() ( add Gets() )
  • redis中使用yjson代替json ( Use yjson instead of json )
  • 使用go-redis/redis代替gomodule/redigo,原因是redigo没有支持go mod导致无法获取最新版本 ( use go-redis/redis instead of gomodule/redigo )
  • 使用官方建议的”Major subdirectory“目录结构,参考go Module( Use "Major subdirectory")

v2.1.0

31 Aug 10:39
71c6e3e
Compare
Choose a tag to compare
  • 修改序列化方式,支持所有能被序列化为JSON的类型 (Support all types what can be serialized to JSON
    )

v2.0.0

31 Aug 03:11
26871ce
Compare
Choose a tag to compare
  • 重新设计了架构,更高效、省内存。(Code refactoring)
  • 移除结构体worker,改用函数。 (Remove the struct worker, use the function)
  • 传递任务参数方式修改。 (Pass the task parameter mode to modify)
  • 增加backend,支持保存结果。 (Add backend to support saving results)
  • 增加重试机制。 (task retry)

v1.0.0

10 Jul 09:30
Compare
Choose a tag to compare
rm print