# Functions
New 创建一个新的数据库客户端代理.
WithClusterOptions 使用特定redis集群连接设置.
WithFailoverOptions 使用特定redis集群哨兵连接设置.
WithFailoverOptions 使用特定redis哨兵连接设置.
WithHooks 增加redis钩子.
WithOptions 使用特定单机redis连接设置.
WithParallelCallback 设置初始化后回调并行执行而非串行执行.
WithQueryTimeoutMS 设置最大请求超时,单位ms.
WithRingOptions 使用特定redis的Ring集群连接设置.
WithURL 使用特定url设置单机redis的连接.
# Constants
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
# Variables
Default 默认的redis代理对象.
No description provided by the author
ErrProxyAllreadySettedUniversalClient 代理已经设置过redis客户端对象.
ErrProxyNotYetSettedUniversalClient 代理还未设置客户端对象.
ErrUnknownClientType 未知的redis客户端类型.