syntax error.

This commit is contained in:
kenshin 2013-07-31 10:43:50 +08:00
parent a73d840e79
commit 272af1e39f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func NewHosts(hs HostsSettings, rs RedisSettings) Hosts {
/*
1. Resolve hosts file only one times
2. Request redis on every get called, may lead to performance lose serious
2. Request redis on every query called, not found performance lose serious yet.
3. Match local /etc/hosts file first, remote redis records second
*/