-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Development process draft
Lei Chen edited this page Nov 8, 2021
·
7 revisions
┌────────────────┐
│ Move the PIP │
│ to discarded │
│ catalog │
└────────────────┘
▲
│
│ N
│
│
Λ
╱ ╲
╱ ╲
╱ ╲
┌─────────────────┐ ┌────────────────────────┐ ╱ ╲ ┌────────────────┐
│ Create an │ │ Add the issue to │ ╱ ╲ Y │ Move the PIP │
│ issue for a │ ────────▶ │ proposed catalog of │ ───────▶ ▕ Accepted? ▏───────────▶ │ to accepted │
│ new feature │ │ PIPs Page on Github │ │ catalog │
└─────────────────┘ └────────────────────────┘ ╲ ╱ └────────────────┘
╲ ╱ │
╲ ╱ │
╲ ╱ │
V │
▼
Λ
╱ ╲
╱ ╲
╱ ╲
┌───────────────────┐ ┌────────────────┐ ╱ ╲
│ Create a project │ │ Build a SIG or │ ╱ ╲
│ on the github for │ ◀───────── │ find a feature │ ◀───────── ▕ Complex ▏
│ development │ │ owner │ feature?
└───────────────────┘ └────────────────┘ ╲ ╱
╲ ╱
╲ ╱
╲ ╱
V
│
│
│
│
▼
┌────────────────┐
│ Wait for the │
│ pr and attach │
│ it │
└────────────────┘
- PIP: Pika Improvement Proposal
- Please attach an issue to a project which the issue is related to.
- Please transform a note of the project to an issue if needed.
- 安装使用
- 支持的语言和客户端
- 当前支持的Redis接口以及兼容情况
- 配置文件说明
- 数据目录说明
- info信息说明
- 部分管理指令说明
- 差异化命令
- Pika Sharding Tutorials
- Pika订阅
- 配合sentinel(哨兵)实现pika自动容灾
- 如何升级到Pika3.0
- 如何升级到Pika3.1或3.2
- Pika多库版命令、参数变化参考
- Pika分片版本命令
- 副本一致性使用说明
- Pika内存使用
- Pika最佳实践
- 整体架构
- 线程模型
- 全同步
- 增量同步
- 副本一致性
- 快照式备份
- 锁的应用
- nemo存储引擎数据格式
- blackwidow存储引擎数据格式
- Pika源码学习--pika的通信和线程模型
- Pika源码学习--pika的PubSub机制
- Pika源码学习--pika的命令执行框架
- Pika源码学习--pika和rocksdb的对接
- pika-NoSQL原理概述
- pika在codis中的探索
- Pika 笔记
- pika 主从同步原理