Merge branch 'pr/144' into develop

This commit is contained in:
siddontang 2015-03-13 08:33:51 +08:00
commit 2a8a736e6a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ LedisDB now supports multiple different databases as backends.
+ Rich data structure: KV, List, Hash, ZSet, Set.
+ Data storage is not limited by RAM.
+ Various backends supported: LevelDB, goleveldb, LMDB, RocksDB, BoltDB, RAM.
+ Supports transactions using LMDB or BotlDB.
+ Supports transactions using LMDB or BoltDB.
+ Supports Lua scripting.
+ Supports expiration and TTL.
+ Can be managed via redis-cli.