You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-12 21:21:15 +03:00
getRandomNode could end up in an infinite loop if this.masters is empty and this.replicas is empty. fixes: #3075