package
0.0.8
Repository: https://github.com/golang-tools/redishelper.git
Documentation: pkg.go.dev

# Functions

New 创建一个键空间通知对象.

# Constants

KeyEventNotification 键事件通知.
KeySpaceNotification 键空间通知.

# Variables

ErrNoitificationsAlreadyListened keyspace-notification已经被监听了.
ErrNoitificationsNotListeningYet keyspace-notification未被监听.

# Structs

KeyspaceNotification 键空间通知的配置.
No description provided by the author

# Type aliases

NotificationEventType 通知类型.
Handdler 处理消息的回调函数@params msg *NotificationEvent Event对象.