我已经设置了一个远程 redis 服务器。
客户端使用 Web 代理连接到 Internet。
如何在 C# 中设置 StackExchange.redis ConnectionMultiplexer 以使用 webProxy?
以下是我的 ConnectionMultiplexer 代码:
ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("xxxx:6379,password=xxxxx");
我已经设置了一个远程 redis 服务器。
客户端使用 Web 代理连接到 Internet。
如何在 C# 中设置 StackExchange.redis ConnectionMultiplexer 以使用 webProxy?
以下是我的 ConnectionMultiplexer 代码:
ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("xxxx:6379,password=xxxxx");