Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisPubSub ¶
type RedisPubSub struct {
// contains filtered or unexported fields
}
func NewRedisPubSub ¶
func NewRedisPubSub(channels ...string) *RedisPubSub
func (*RedisPubSub) Subscribe ¶
func (r *RedisPubSub) Subscribe(f func(*redis.Message)) error
Click to show internal directories.
Click to hide internal directories.