use lua-MessagePack instead of pp

This commit is contained in:
uleelx
2015-05-02 21:57:17 +08:00
parent 33293962dd
commit 8850f57ae3
4 changed files with 13 additions and 201 deletions

View File

@ -64,7 +64,7 @@ local flatdb = require 'flatdb'
-- 'page' will be saved to './db/page'
```
More usage can be found in the *cli.lua*(a Redis-like command line interface example using FlatDB).
More usage can be found in the [Ledis](https://github.com/uleelx/ledis)(an alternative of Redis server using FlatDB).
Quick Look
==========
@ -151,9 +151,7 @@ API
Dependencies
=======
- [pp](https://github.com/luapower/pp)
All above libraries can be found in [LuaPower](https://luapower.com/).
- [lua-MessagePack](https://github.com/fperrad/lua-MessagePack)
License
=======