StackExchange.Redis 配置选项
示例
连接到Redis服务器并允许管理(风险)命令
ConfigurationOptions options = new ConfigurationOptions()
{
EndPoints = { { "localhost", 6379}},
AllowAdmin = true,
ConnectTimeout = 60*1000,
};
ConnectionMultiplexer multiplexer = ConnectionMultiplexer.Connect(options);要么
ConnectionMultiplexer multiplexer =
ConnectionMultiplexer.Connect("localhost:6379,allowAdmin=True,connectTimeout=60000");通过SSL连接到Redis服务器
ConfigurationOptions options = new ConfigurationOptions()
{
EndPoints = { { "localhost", 6380}},
Ssl = true,
Password = "12345"
};
ConnectionMultiplexer multiplexer = ConnectionMultiplexer.Connect(options);要么
ConnectionMultiplexer multiplexer =
ConnectionMultiplexer.Connect("localhost:6380,ssl=True,password=12345");
热门推荐
10 周末祝福语简短的英语
11 38节贺卡简短祝福语
12 超市中秋祝福语简短最新
13 简短长辈新年祝福语
14 简短朋友旅行祝福语大全
15 简短霸气生日祝福语母亲
16 感谢父母的简短祝福语
17 简短祝福语大全暖心
18 年月日祝福语简短