Hi
I got an IOException from Redis2.8.19
RedisCode=1, ErrorCode=10054(WSAGetLastError), An existing connection was forcibly closed by the remote host.
RedisServer war used as a cache,no rdb, no aof(#save 900 1 #save 300 100#save 60 10000 appendonly no)
we use "redisCommand" to get or set data,Code seems to mostly work.but, occasionally I see the following error as well:
some redisContext
pReply is null! (1) An existing connection was forcibly closed by the remote host.
RedisCode=1, ErrorCode=10054, An existing connection was forcibly closed by the remote host.
some redisContext
RedisCommandWithReply takes 5156(ms), Too Slow
The Environments
(redis server VM + centos
redis client Hiredis(windows server 2010)
)