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 过满月祝福语女生简短
12 生物老师英语祝福语简短
13 姐妹结婚红包简短祝福语
14 恋爱祝福语大全简短搞笑
15 睡觉祝福语女生文案简短
16 迟到的过年祝福语简短
17 60岁长辈祝福语简短
18 八一祝福语简短情话句子