update read me

This commit is contained in:
siddontang 2014-07-10 09:13:55 +08:00
parent 9f3acd5a50
commit 70df6e2d04
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# ledisdb
Ledisdb is a high performance nosql like redis based on leveldb written by go. It's supports some advanced data structure like kv, list, hash and zset.
Ledisdb is a high performance NoSQL like Redis based on LevelDB written by go. It supports some advanced data structure like kv, list, hash and zset, and may be alternative for Redis.
## Build and Install