when i connect to the redis, the exception occurred, how can i solve this problem.
i'm using .net core 2.0, stackexchange.redis.strongname 1.2.4, and redis server is pika.
my RedisDecktopManager works fine
StackExchange.Redis.RedisConnectionException: 'It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. ProtocolFailure on PING'
192.168.3.200:6379,password=*****,abortConnect=False
Connecting 192.168.3.200:6379/Interactive...
BeginConnect: 192.168.3.200:6379
1 unique nodes specified
EndConnect: 192.168.3.200:6379
Connected Interactive/192.168.3.200:6379
Server handshake
Setting client name: WIN10-EGMKANG
Auto-configure...
Sending critical tracer: Interactive/192.168.3.200:6379
Writing to Interactive/192.168.3.200:6379: ECHO
Flushing outbound buffer
Starting read
Requesting tie-break from 192.168.3.200:6379 > __Booksleeve_TieBreak...
Allowing endpoints 00:00:05 to respond...
Response from Interactive/192.168.3.200:6379 / ECHO: Error: Err unknown or unsupported command 'echo'
192.168.3.200:6379 faulted: UnableToResolvePhysicalConnection on PING
All tasks are already complete
192.168.3.200:6379 failed to nominate (Faulted)
> UnableToResolvePhysicalConnection on GET
No masters detected
192.168.3.200:6379: Standalone v2.0.0, master; keep-alive: 00:00:40; int: Disconnected; sub: Disconnected; not in use: DidNotRespond
192.168.3.200:6379: int ops=14, qu=0, qs=0, qc=0, wr=0, sync=16, async=1, socks=2; sub ops=6, qu=0, qs=0, qc=0, wr=0, sync=6, socks=2
Circular op-count snapshot; int: 0+14=14 (1.40 ops/s; spans 10s); sub: 0+6=6 (0.60 ops/s; spans 10s)
Sync timeouts: 0; fire and forget: 0; last heartbeat: -1s ago
resetting failing connections to retry...
retrying; attempts left: 2...
1 unique nodes specified
Requesting tie-break from 192.168.3.200:6379 > __Booksleeve_TieBreak...
Allowing endpoints 00:00:05 to respond...
192.168.3.200:6379 faulted: ProtocolFailure on PING
All tasks are already complete
192.168.3.200:6379 failed to nominate (Faulted)
> UnableToResolvePhysicalConnection on GET
No masters detected
192.168.3.200:6379: Standalone v2.0.0, master; keep-alive: 00:00:40; int: Disconnected; sub: Disconnected; not in use: DidNotRespond
192.168.3.200:6379: int ops=21, qu=0, qs=0, qc=0, wr=0, sync=23, async=2, socks=3; sub ops=9, qu=0, qs=0, qc=0, wr=0, sync=9, socks=3
Circular op-count snapshot; int: 0+21=21 (2.10 ops/s; spans 10s); sub: 0+9=9 (0.90 ops/s; spans 10s)
Sync timeouts: 0; fire and forget: 0; last heartbeat: -1s ago
resetting failing connections to retry...
retrying; attempts left: 1...
1 unique nodes specified
Requesting tie-break from 192.168.3.200:6379 > __Booksleeve_TieBreak...
Allowing endpoints 00:00:05 to respond...
192.168.3.200:6379 faulted: ProtocolFailure on PING
All tasks are already complete
192.168.3.200:6379 failed to nominate (Faulted)
> UnableToResolvePhysicalConnection on GET
No masters detected
192.168.3.200:6379: Standalone v2.0.0, master; keep-alive: 00:00:40; int: Disconnected; sub: Disconnected; not in use: DidNotRespond
192.168.3.200:6379: int ops=28, qu=0, qs=0, qc=0, wr=0, sync=31, async=3, socks=4; sub ops=12, qu=0, qs=0, qc=0, wr=0, sync=12, socks=4
Circular op-count snapshot; int: 0+28=28 (2.80 ops/s; spans 10s); sub: 0+12=12 (1.20 ops/s; spans 10s)
Sync timeouts: 0; fire and forget: 0; last heartbeat: -1s ago
Starting heartbeat...
when i connect to the redis, the exception occurred, how can i solve this problem.
i'm using .net core 2.0, stackexchange.redis.strongname 1.2.4, and redis server is pika.
my RedisDecktopManager works fine