Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baotiao committed Aug 18, 2015
1 parent 537697b commit 71f08bb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Pika
====

Pika is a simple nosql database.
Pika used leveldb as storage engine.
The protocol used to contact with Pika is redis protocol
Pika is redis like database.
Pika used Nemo as storage engine, Nemo is developed base on rocksdb.
Nemo support multi data structure by using rocksdb's kv port. Such as list,
hash, zst
Because rocksdb is using disk, so Nemo don't have capacity limitation.
The protocol used to contact with Pika is redis protocol, so you don't need to
change your code to migrate to Pika

### Thread Model
Pika used multi threads model. The main thread accept the request and then send
Expand Down

0 comments on commit 71f08bb

Please sign in to comment.