Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RedisBase ¶
type RedisBase struct { MessageChan chan interface{} // contains filtered or unexported fields }
type RedisReader ¶
type RedisReader struct {
RedisBase
}
func NewRedisReader ¶
func NewRedisReader(redisChannel string) *RedisReader
type RedisWriter ¶
type RedisWriter struct {
RedisBase
}
func NewRedisWriter ¶
func NewRedisWriter(redisChannel string) *RedisWriter
Click to show internal directories.
Click to hide internal directories.