码迷,mamicode.com
首页 > 其他好文 > 详细

StackExchange.Redis 配置

时间:2017-03-14 18:39:16      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:dns解析   try   abort   前缀   base   prefix   available   选项   ice   

配置选项(各配置项用逗号分割)
ConfigurationOptions 包含大量的配置选项,一些常用的配置如下:

abortConnect : 当为true时,当没有可用的服务器时则不会创建一个连接
allowAdmin : 当为true时 ,可以使用一些被认为危险的命令
channelPrefix:所有pub/sub渠道的前缀
connectRetry :重试连接的次数
connectTimeout:超时时间
configChannel: Broadcast channel name for communicating configuration changes
defaultDatabase : 默认0到-1
keepAlive : 保存x秒的活动连接
name:ClientName
password:password
proxy:代理 比如 twemproxy
resolveDns : 指定dns解析
serviceName : Not currently implemented (intended for use with sentinel)
ssl={bool} : 使用sll加密
sslHost={string} : 强制服务器使用特定的ssl标识
syncTimeout={int} : 异步超时时间
tiebreaker={string}:Key to use for selecting a server in an ambiguous master scenario
version={string} : Redis version level (useful when the server does not make this available)
writeBuffer={int} : 输出缓存区的大小

如:

127.0.0.1:40000,127.0.0.1:40001,keepAlive=180

 

StackExchange.Redis 配置

标签:dns解析   try   abort   前缀   base   prefix   available   选项   ice   

原文地址:http://www.cnblogs.com/mythzz/p/6549779.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!