我已经设置了一个远程redis服务器。
客户端使用Web代理连接到Internet。
如何设置StackExchange.redis ConnectionMultiplexer在C#中使用webProxy?
以下是我的ConnectionMultiplexer代码:
ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("xxxx:6379,password=xxxxx");
答案 0 :(得分:0)
StackExchange.redis ConnectionMultiplexer使用端口连接到Redis。客户端需要更改防火墙才能连接到6379.如果端口80需要,可以设置Redisd或Webdis等简单Web服务。这将允许您使用http Web请求来获取和设置密钥。