Created
January 10, 2017 02:37
-
-
Save khoa-le/3baca89f2b97273e3b32ce47f223da2b to your computer and use it in GitHub Desktop.
Config redis cluster with snc redis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
type: predis | |
alias: default | |
dsn: | |
- '%redis_dns%' | |
- '%redis_dns1%' | |
- '%redis_dns2%' | |
options: | |
cluster: redis | |
prefix: "em-management-default:" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment