From a73d840e794f60517861e7bde75fa8c47957a619 Mon Sep 17 00:00:00 2001 From: kenshin Date: Wed, 31 Jul 2013 10:01:45 +0800 Subject: [PATCH] how maredis hosts record --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 94d30ec..23fe377 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ The hosts record is organized with redis hash map. and the key the map is config redis-key = "godns:hosts" ``` +_Insert hosts records into redis_ + +``` +redis > hset godns:hosts www.sina.com.cn 1.1.1.1 +```