update read me

This commit is contained in:
siddontang 2014-11-21 10:32:33 +08:00
parent 2a4504aafa
commit 9e90493992
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
# LedisDB # LedisDB
[![Build Status](https://travis-ci.org/siddontang/ledisdb.svg?branch=develop)](https://travis-ci.org/siddontang/ledisdb)
Ledisdb is a high performance NoSQL like Redis written by go. It supports some data structure like kv, list, hash, zset, bitmap,set. Ledisdb is a high performance NoSQL like Redis written by go. It supports some data structure like kv, list, hash, zset, bitmap,set.
LedisDB now supports multiple databases as backend to store data, you can test and choose the proper one for you. LedisDB now supports multiple databases as backend to store data, you can test and choose the proper one for you.
### **You must run `ledis-upgrade-ttl` before using LedisDB version 0.4, I fixed a very serious bug for key expiration and ttl.**
## Features ## Features
+ Rich data structure: KV, List, Hash, ZSet, Bitmap, Set. + Rich data structure: KV, List, Hash, ZSet, Bitmap, Set.