Documentation ¶
Index ¶
Constants ¶
View Source
const ( StreamMaxLen = 10000 // stream最大长度 BlockTime = time.Minute // 阻塞读取时间 ErrWaitTime = time.Second * 3 // 请求错误后的重试时间 )
View Source
const (
RedisStreamPubName = "redis_stream"
)
View Source
const (
RedisStreamSubName = "redis_stream"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterHandler ¶
func RegisterHandler(name, topic string, handler MsgHandler)
Types ¶
Click to show internal directories.
Click to hide internal directories.