From 4b97437298b7447cfde64a18d1232d023b4fe12c Mon Sep 17 00:00:00 2001 From: siddontang Date: Wed, 27 Aug 2014 15:10:04 +0800 Subject: [PATCH] update read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 860fefc..347b989 100644 --- a/README.md +++ b/README.md @@ -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.