Update document

This commit is contained in:
kenshinx 2015-10-15 19:16:05 +08:00
parent 6e2c310fc8
commit 7b65c176dd

View File

@ -113,14 +113,13 @@ redis > hset godns:hosts www.test.com 1.1.1.1
Compared with file-backend records, redis-backend hosts support two advanced records formatting.
1. `*.` wildcard
```
redis > hset godns:hosts *.example.com 127.0.0.1
```
```
redis > hset 127.0.0.1 *.example.com
```
2. Multiple A entries, delimited by commas
```
redis > hset www.test.com 1.1.1.1,2.2.2.2
redis > hset godns:hosts www.test.com 1.1.1.1,2.2.2.2
```