redis

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBaseConfig

func GetBaseConfig(c framework.Container) *contract.RedisConfig

GetBaseConfig 读取redis.yaml根目录结构

func NewGocoreRedis

func NewGocoreRedis(params ...interface{}) (interface{}, error)

NewGocoreRedis 代表实例化GocoreRedis

func WithConfigPath

func WithConfigPath(configPath string) contract.RedisOption

WithConfigPath 加载配置文件地址

func WithRedisConfig

func WithRedisConfig(f func(options *contract.RedisConfig)) contract.RedisOption

WithRedisConfig 表示自行配置redis的配置信息

Types

type GocoreRedis

type GocoreRedis struct {
	// contains filtered or unexported fields
}

GocoreRedis 代表gocore框架的redis实现

func (*GocoreRedis) GetClient

func (app *GocoreRedis) GetClient(option ...contract.RedisOption) (*redis.Client, error)

type GocoreRedisProvider

type GocoreRedisProvider struct {
}

GocoreRedisProvider 提供Redis的具体实现方法

func (*GocoreRedisProvider) Boot

func (h *GocoreRedisProvider) Boot(container framework.Container) error

Boot 启动调用

func (*GocoreRedisProvider) IsDefer

func (h *GocoreRedisProvider) IsDefer() bool

IsDefer 是否延迟初始化

func (*GocoreRedisProvider) Name

func (h *GocoreRedisProvider) Name() string

Name 获取字符串凭证

func (*GocoreRedisProvider) Params

func (h *GocoreRedisProvider) Params(container framework.Container) []interface{}

Params 获取初始化参数

func (*GocoreRedisProvider) Register

Register 注册方法

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL