Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + type PushService struct + func NewPushService(redisURL, redisPassword string, db int, log log.Logger) (srv *PushService, err error) + func (p *PushService) GetConnCli() *conn.Client + func (p PushService) Close() error + func (p PushService) WriteSync(b *types.RedisBlock) (map[string]int, error)