【发布时间】:2016-09-02 08:00:37
【问题描述】:
我已经设置了一个远程 redis 服务器。
客户端使用网络代理连接到互联网。
如何在 C# 中设置 StackExchange.redis ConnectionMultiplexer 以使用 webProxy?
以下是我的 ConnectionMultiplexer 代码:
ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("xxxx:6379,password=xxxxx");
【问题讨论】:
标签: c# stackexchange.redis webproxy