update read me

This commit is contained in:
siddontang 2014-08-27 15:10:04 +08:00
parent 2c48d86bfd
commit 4b97437298
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# LedisDB
Ledisdb is a high performance NoSQL like Redis written by go. It supports some data structure like kv, list, hash, zset, bitmap,set, and may be alternative for Redis.
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.