Versions in this module Expand all Collapse all v0 v0.5.6 Aug 3, 2021 Changes in this version + type SubClient struct + Client *redis.Client + func NewSubClient(client *redis.Client) *SubClient + func (c *SubClient) PSubscribe(patterns ...interface{}) *SubReply + func (c *SubClient) PUnsubscribe(patterns ...interface{}) *SubReply + func (c *SubClient) Receive() *SubReply + func (c *SubClient) Subscribe(channels ...interface{}) *SubReply + func (c *SubClient) Unsubscribe(channels ...interface{}) *SubReply + type SubReply struct + Channel string + Err error + Message string + Pattern string + Reply *redis.Reply + SubCount int + Type SubReplyType + func (r *SubReply) Timeout() bool + type SubReplyType uint8 + const ErrorReply + const MessageReply + const SubscribeReply + const UnsubscribeReply