forked from OpenAtomFoundation/pika
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fb6758
commit fe19f5e
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Pika | ||
## 简介 [English](https://github.com/baotiao/pika/tree/pika2.0) | ||
Pika是一个可持久化的大容量redis存储服务,兼容string、hash、list、zset、set的绝大接口,解决redis由于存储数据量巨大而导致内存不够用的容量瓶颈,并且可以像redis一样,通过slaveof命令进行主从备份,支持全同步和部分同步 | ||
|
||
## 特点 | ||
* 容量大,支持百G数据量的存储 | ||
* 兼容redis,不用修改代码即可平滑从redis迁移到pika | ||
* 支持主从 | ||
|
||
## 编译安装 | ||
``` | ||
git submodule update | ||
make __REL=1 | ||
``` | ||
|
||
## 使用 | ||
``` | ||
./output/bin/pika -c ./conf/pika.conf | ||
``` | ||
|
||
## 性能 | ||
|
||
## 文档 | ||
|
||
## 联系方式 |