Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Created January 10, 2017 02:37
Show Gist options
  • Save khoa-le/3baca89f2b97273e3b32ce47f223da2b to your computer and use it in GitHub Desktop.
Save khoa-le/3baca89f2b97273e3b32ce47f223da2b to your computer and use it in GitHub Desktop.
Config redis cluster with snc redis
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