module.exports = { polling: 'polling', // 轮询 weights: 'weights', // 权重 random: 'random', // 随机 specify: 'specify', // 声明绑定 weightsPolling: 'weightsPolling', // 权重轮询 weightsRandom: 'weightsRandom', // 权重随机 minimumConnection: 'minimumConnection', // 最小连接数 weightsMinimumConnection: 'weightsMinimumConnection', // 权重最小连接数 };