Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExpiryDate ¶
func GetExpiryDate() int64
func NewRedisClient ¶
func NewRedisClient() *redis.Client
Types ¶
type Pagination ¶
type PubSubClient ¶
type PubSubClient struct {
// contains filtered or unexported fields
}
func NewPubSub ¶
func NewPubSub() *PubSubClient
func (*PubSubClient) Publish ¶
func (p *PubSubClient) Publish(hook entities.Hook)
func (*PubSubClient) Subscribe ¶
func (p *PubSubClient) Subscribe() <-chan *entities.Hook
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
func (*Redis) ClearExpired ¶
Click to show internal directories.
Click to hide internal directories.