【问题标题】:Set network Credentials for stackExchange Redis connection multiplexer为 stackExchange Redis 连接多路复用器设置网络凭据
【发布时间】: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


    【解决方案1】:

    StackExchange.redis ConnectionMultiplexer 使用端口连接到 Redis。需要在客户端上更改防火墙以连接到 6379。如果需要在端口 80 上设置一个简单的 Web 服务,如 Redisd 或 Webdis 可以设置。这将允许您使用 http Web 请求来获取和设置密钥。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-09-05
      • 2013-09-20
      • 2015-07-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多