Pika

Pika is a C++ clone of Redis that uses RocksDB as its storage backend.

Data Model

Key/Value

Concurrency Control

Not Supported

Indexes

Hash Table

Stored Procedures

Not Supported

Query Compilation

Not Supported

System Architecture

Shared-Everything

Query Execution

Tuple-at-a-Time Model

Query Interface

Custom API

Pika Logo
Website

https://github.com/Qihoo360/pika

Source Code

https://github.com/Qihoo360/pika

Tech Docs

https://github.com/Qihoo360/pika/wiki

Developer

Qihoo

Country of Origin

CN

Start Year

2014

Project Type

Open Source

Written in

C++

Embeds / Uses

RocksDB

Compatible With

Redis

Licenses

MIT