Skip to content

Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team

License

Notifications You must be signed in to change notification settings

lakecenter/pika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pika

Pika is a simple nosql database. Pika used leveldb as storage engine. The protocol used to contact with Pika is defined in google's proto buffer, The proto buffer file is bada_sdk.proto

Thread Model

Pika used multi threads model. The main thread accept the request and then send the request to the work threads.

Pika written all in C++

Just for fun ^-^

About

Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.4%
  • Makefile 1.8%
  • C 1.3%
  • Other 0.5%