redis

package
v0.0.0-...-ed6a5cb Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 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 core.Container) *contract.RedisConfig

GetBaseConfig 读取database.yaml根目录结构

func NewColonRedis

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

NewColonRedis 实例化Client

func WithConfigPath

func WithConfigPath(configPath string) contract.RedisOption

WithConfigPath 加载配置文件地址

func WithRedisConfig

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

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

Types

type ColonRedis

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

ColonRedis colon框架的redis实现

func (*ColonRedis) GetClient

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

GetClient 获取Client实例

type RedisProvider

type RedisProvider struct {
}

RedisProvider 提供App的具体实现方法

func (*RedisProvider) Boot

func (h *RedisProvider) Boot(container core.Container) error

Boot 启动调用

func (*RedisProvider) IsDefer

func (h *RedisProvider) IsDefer() bool

IsDefer 是否延迟初始化

func (*RedisProvider) Name

func (h *RedisProvider) Name() string

Name 获取字符串凭证

func (*RedisProvider) Params

func (h *RedisProvider) Params(container core.Container) []interface{}

Params 获取初始化参数

func (*RedisProvider) Register

func (h *RedisProvider) Register(container core.Container) core.NewInstance

Register 注册方法

Jump to

Keyboard shortcuts

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