From 4f76725eefbcb239443b539fbc303555cf08ad92 Mon Sep 17 00:00:00 2001 From: siddontang Date: Wed, 6 Aug 2014 09:30:44 +0800 Subject: [PATCH] replace golang to go --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 726f520..84c2bac 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ LedisDB now supports multi databases as backend to store data, you can test and + Various backend database to use: LevelDB, goleveldb, LMDB, RocksDB, BoltDB. + Supports expiration and ttl. + Redis clients, like redis-cli, are supported directly. -+ Multi client API supports, including Golang, Python, Lua(Openresty). -+ Easy to embed in Golang application. ++ Multi client API supports, including Go, Python, Lua(Openresty). ++ Easy to embed in your own Go application. + Restful API support, json/bson/msgpack output. + Replication to guarantee data safe. + Supplies tools to load, dump, repair database.