# Functions
New 创建一个新的数据库客户端代理.
No description provided by the author
SetPool 设置连接池信息.
WithConnMaxIdleTimeMS 设置连接池的最大空闲连接超时时间,单位ms.
WithConnMaxLifetimeMS 设置连接池的最大连接超时时间,单位ms.
WithDiscardUnknownColumns 设置当有未知列时不报错.
WithMaxIdleConns 设置连接池的最大空闲连接数.
WithMaxOpenConns 设置连接池的最大连接数.
WithParallelCallback 设置初始化后回调并行执行而非串行执行.
WithQueryTimeoutMS 设置最大请求超时,单位ms.
# Variables
Default 默认的数据库代理对象.
No description provided by the author
ErrProxyAllreadySettedUniversalClient 代理已经设置过redis客户端对象.
ErrProxyNotYetSettedUniversalClient 代理还未设置客户端对象.
ErrUnknownClientType 未知的redis客户端类型.
ErrUnSupportSchema 未支持的数据库管理服务类型.
No description provided by the author
# Type aliases
Callback redis操作的回调函数.