Hello, I want to use ardb in C# but can not connect to ardb with StackExchange.Redis client.
The error I get is
Unhandled Exception: StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). Failed to write
at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(Object configuration, TextWriter log) in C:\projects\stackexchange-redis\src\StackExchange.Redis\ConnectionMultiplexer.cs:line 955
Does anyone have any information on what the problem can be?
This is the link to the issue in StackExchange.Redis repository.