update read me

This commit is contained in:
siddontang 2014-07-11 17:30:40 +08:00
parent 31166efd5c
commit 8abf1be6cd
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,17 @@
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. 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.
## Features
+ Rich advanced data structure: KV, List, Hash, ZSet, Bit.
+ Uses leveldb to store lots of data, over the memory limit.
+ Supports expiration and ttl.
+ Redis clients, like redis-cli, are supported directly.
+ Multi client API supports, including Golang, Python, Lua(Openresty).
+ Easily to embed in Golang application.
+ Replication to guarantee data safe.
+ Supplies tools to load, dump, repair database.
## Build and Install ## Build and Install
+ Create a workspace and checkout ledisdb source + Create a workspace and checkout ledisdb source