redis

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 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 framework.Container) *contract.RedisConfig

GetBaseConfig 读取database.yaml根目录结构

func NewNiceRedis

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

NewNiceRedis 代表实例化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 NiceRedis

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

NiceRedis 代表nice框架的redis实现

func (*NiceRedis) GetClient

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

GetClient 获取Client实例

type RedisProvider

type RedisProvider struct {
}

RedisProvider 提供App的具体实现方法

func (*RedisProvider) Boot

func (h *RedisProvider) Boot(container framework.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 framework.Container) []interface{}

Params 获取初始化参数

func (*RedisProvider) Register

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

Register 注册方法

Jump to

Keyboard shortcuts

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