Categorygithub.com/goriller/ginny-redis
modulepackage
0.0.4
Repository: https://github.com/goriller/ginny-redis.git
Documentation: pkg.go.dev

# README

ginny-redis

redis provider for ginny.

# Functions

NewConfig.
NewConfigByDSN redis://127.0.0.1:6379?db=0&username=&password=&slaves=&sentinel_addrs=&master_name= &sentinel_password&cluster_addrs=&max_redirects.
NewRedis 根据基础配置 初始化redis管理器.

# Variables

Provider.

# Structs

Cluster redisdb cluster部署特性配置.
No description provided by the author
Config redis基础配置.
Redis redis管理器:client连接池(cluster、sentinel、standalone部署模式,可配置读写分离),lua脚本管理.
Sentinel 哨兵部署特性配置.
Standalone 单机、一主多从、或非redis哨兵/集群模式的分片集群部署(多主多从 此种情况应当少见) 特性配置.