Versions in this module Expand all Collapse all v1 v1.1.0 Dec 22, 2021 Changes in this version + func GetBaseConfig(c framework.Container) *contract.RedisConfig + func NewGocoreRedis(params ...interface{}) (interface{}, error) + func WithConfigPath(configPath string) contract.RedisOption + func WithRedisConfig(f func(options *contract.RedisConfig)) contract.RedisOption + type GocoreRedis struct + func (app *GocoreRedis) GetClient(option ...contract.RedisOption) (*redis.Client, error) + type GocoreRedisProvider struct + func (h *GocoreRedisProvider) Boot(container framework.Container) error + func (h *GocoreRedisProvider) IsDefer() bool + func (h *GocoreRedisProvider) Name() string + func (h *GocoreRedisProvider) Params(container framework.Container) []interface{} + func (h *GocoreRedisProvider) Register(container framework.Container) framework.NewInstance