Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis集群在config怎么配置? #39

Open
zcpyf opened this issue Nov 25, 2019 · 0 comments
Open

redis集群在config怎么配置? #39

zcpyf opened this issue Nov 25, 2019 · 0 comments

Comments

@zcpyf
Copy link

zcpyf commented Nov 25, 2019

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant