tools/pika-port/pika_port_3/readme.md
written by AlexStocks(github.com/AlexStocks) 2018/09
Pika-port is like redis-port. it copy a snapshot of pika to pika/redis/codis and then transfer delta data to them.
If u wanna get more details of Pika-port, pls read Pika笔记.
This repo just supports Pika v3.0.x.
V1.6
V1.5 * Improvement: add batch parameter to speed up transfering data between pika and pika/codis
V1.4 * Bug Fix: filter out SlotKeyPrefix when sync snapshot data
V1.3 * send redis data asynchronously by RedisSender in multiple thread mode
V1.2 * send redis data asynchronously by RedisSender
V1.1 * filter out SlotKeyPrefix * disable ping-pong log
V1.0 * Init