- Notifications
You must be signed in to change notification settings - Fork2
Based on redis protocol, storing data in leveldb, using muduo for communication
License
NotificationsYou must be signed in to change notification settings
liuluheng/levmu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository was created for learning leveldb and muduo.
It has implemented several redis protocol, like SET, GET, INCR, to store data inleveldb, usingmuduo for communication.It could implemented more, but the main purpose is not for real use.
The implementation has referred to redis-leveldb...
git clone git@github.com:liuluheng/levmu.gitcd levmugit submodule initgit submodule updatecd vendor/muduo./build.shcd ../leveldbmake -j2cd ../.././build.sh./levmu
- Compiles ✅
- Builds ✅
- Run ✅