Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Redis cluster is supported#35

Open
PureLandFlying wants to merge 3 commits intorendora:masterfrom
PureLandFlying:master
Open

Redis cluster is supported#35
PureLandFlying wants to merge 3 commits intorendora:masterfrom
PureLandFlying:master

Conversation

@PureLandFlying
Copy link
Copy Markdown

The app can run both single and cluster environment on Redis cache

@PureLandFlying
Copy link
Copy Markdown
Author

In the patch, the cache setting can be:

cache:
type: redis
timeout: 60
redis:
address: 127.0.0.1:6379

OR:

cache:
type: redis
timeout: 60
redis:
address:
- 127.0.0.1:6379
- 127.0.0.1:6380
- 127.0.0.1:6381

Both are correct.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants