From d5cd9e10eb7ef312d5b2e1ac1e197e172a5fa642 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 30 Jun 2014 11:48:09 +0800 Subject: [PATCH] update document --- README.md | 8 ++++++++ README_CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index edb11df..e97c66c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,14 @@ See benchmark.md for more. + Admin +## GoDoc + +[![GoDoc](https://godoc.org/github.com/siddontang/ledisdb?status.png)](https://godoc.org/github.com/siddontang/ledisdb) + +## Commands + +Some server commands explaintions are [here](https://github.com/siddontang/ledisdb/wiki/Commands), others will add continuate. + ## Thanks Gamil: cenqichao@gmail.com diff --git a/README_CN.md b/README_CN.md index a79ccc5..ece9a88 100644 --- a/README_CN.md +++ b/README_CN.md @@ -75,6 +75,14 @@ ledisdb是一个用go实现的类似redis的高性能nosql数据库,底层基 + Admin +## GoDoc + +[![GoDoc](https://godoc.org/github.com/siddontang/ledisdb?status.png)](https://godoc.org/github.com/siddontang/ledisdb) + +## Commands + +一些命令的解释在[这里](https://github.com/siddontang/ledisdb/wiki/Commands), 后续会不断加入。 + ## 感谢 Gamil: cenqichao@gmail.com