package
1.0.7
Repository: https://github.com/ambitiousmice/go-one.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewClusterRedisClient 创建一个新的集群模式 Redis 客户端.
NewSentinelRedisClient 创建一个新的哨兵模式 Redis 客户端.
NewSingleNodeRedisClient 创建一个新的单机模式 Redis 客户端.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

ClusterRedisClient 是集群模式 Redis 客户端结构体.
No description provided by the author
SentinelRedisClient 是哨兵模式 Redis 客户端结构体.
SingleNodeRedisClient 是单机模式 Redis 客户端结构体.

# Interfaces

IRedisClient 是通用的 Redis 客户端接口.