Versions in this module Expand all Collapse all v0 v0.0.1 Dec 26, 2019 Changes in this version + type RedisClient interface + Close func() error + type RedisProperty struct + Address string + ClusterConfig struct{ ... } + Db int + Password string + PoolConfig struct{ ... } + SentinelConfig struct{ ... } + func (*RedisProperty) Prefix() string + type Scheduler interface + Cron func() string + Schedule func()