vipshop / hiredis-vip

Support redis cluster. Maintained and used at vipshop.
BSD 3-Clause "New" or "Revised" License
322 stars 173 forks source link

Fix for cluster nodes o/p, to make client work with new redis 4.0 rel… #117

Closed badarihp closed 5 years ago

badarihp commented 5 years ago

With new release of redis, cluster nodes output is no more backward compatible. With this fix hiredis client will be able to connect to newer version of redis server. More info on bug : https://github.com/antirez/redis/issues/4186