Skip to content

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

Notifications You must be signed in to change notification settings

zhangweixin/pika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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 protocol, it is developed by Qihoo's DBA and infrastructure team

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%