package
Version:
v0.0.0-...-8cdaf41
Opens a new window with list of versions in this module.
Published: Sep 5, 2018
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type BucketItem struct {
}
BucketItem bucket中的元素
type Job struct {
Topic string `json:"topic" msgpack:"1"`
ID string `json:"id" msgpack:"2"`
Delay int64 `json:"delay" msgpack:"3"`
Body string `json:"body" msgpack:"4"`
}
Job 使用msgpack序列化后保存到Redis,减少内存占用
Source Files
¶
Click to show internal directories.
Click to hide internal directories.