Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Pedis

implement redis protocol to store and read pictures(KB) on disk

Use

g++ pedis.cc -std=c++11 -o pedis -lpthread

./pedis
redis-cli set mypicture_key xxx
redis-cli get mypicture_key

Features

  • redis protocol parser
  • epoll

Todo

  • support hset hget with picture key group
  • support cmd router define mode
  • directIO read
  • stream read
  • multi thread

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages