microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.82k stars 5.37k forks source link

Jedis Client has trouble connecting to Sentinels on 3.2.x #551

Open jimmyonbicycle opened 7 years ago

jimmyonbicycle commented 7 years ago

The Jedis client now has trouble connecting to the Sentinels on 3.2.x on Windows. It keeps getting 'connection reset by peer'. This is not the case for 3.0.x on Windows. It is also not the case when doing a direct connection to the master. I wonder if there is a bug on 3.2.x Windows version?