代码拉取完成,页面将自动刷新
package Redis
type RedisBuilderInterface interface {
//设置是否是集群模式 默认为false
SetCluster(isCluster bool) RedisBuilderInterface
GetCluster() bool
//设置ip 主要为ip:端口
SetHost(host string) RedisBuilderInterface
GetHost() string
//设置密码
SetPassword(password string) RedisBuilderInterface
GetPassword() string
//使用设置的数据库
SetDb(db int) RedisBuilderInterface
GetDb() int
//设置最大重试次数
SetMaxRetries(maxRetries int) RedisBuilderInterface
GetMaxRetries() int
//设置连接池大小
SetPoolSize(poolSize int) RedisBuilderInterface
GetPoolSize() int
//读超时
SetReadTimeOut(readTimeout int) RedisBuilderInterface
GetReadTimeOut() int
//连接池超时
SetPoolTimeOut(poolTimeout int) RedisBuilderInterface
GetPoolTimeOut() int
//建立连接超时
SetDialTimeout(dialTimeout int) RedisBuilderInterface
GetDialTimeOut() int
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。