wangweianger/zanePerfor

redis集群在config怎么配置?

zcpyf opened this issue · 0 comments

zcpyf commented

// redis配置
config.redis = {
client: {
port: 6379, // Redis port
host: 'xx.xx.xx.xx', // Redis host
password: 'xxxxxx',
db: 0,
},
};

现在看到的是配置单机的,集群的redis 怎么配置?