c# - Set network Credentials for stackExchange Redis connection multiplexer -


i have setup remote redis server.

the client uses web proxy connect internet.

how set stackexchange.redis connectionmultiplexer use webproxy in c#?

the following connectionmultiplexer code:

connectionmultiplexer redis = connectionmultiplexer.connect("xxxx:6379,password=xxxxx");  

the stackexchange.redis connectionmultiplexer connects redis using port. firewall change needed on client connect 6379. if needed on port 80 simple web service redisd or webdis can setup. allow use http web request , set keys.


Comments