Merge pull request #168 from nav666/patch-2

Fix issue with invalid default weight for memcached server in config
This commit is contained in:
Fedor A. Fetisov 2016-08-08 17:24:08 +03:00 committed by GitHub
commit e8f07d27ef

View File

@ -61,8 +61,8 @@ cache:
memcached_servers:
- host: localhost
port: 11211
# The "weight" field is optional and can be omitted.
weight: 0
# The "weight" field is optional and can be omitted and it's only positive int number.
weight: 1
# Actually, one can use any number of memcached servers he wants. Just
# add servers description like the one above.