You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pika 不支持Redis Replication协议的SYNC, PSYNC, PSYNC2三种同步命令,请问有计划支持吗?
1920:S 24 Jun 16:14:06.518 * Retrying with SYNC...
1920:S 24 Jun 16:14:06.522 # MASTER aborted replication with an error: ERR unknown or unsupported command 'sync"
1920:S 24 Jun 16:14:07.519 * Connecting to MASTER 192.168.12.20:9221
1920:S 24 Jun 16:14:07.519 * MASTER <-> SLAVE sync started
1920:S 24 Jun 16:14:07.522 * Non blocking connect for SYNC fired the event.
1920:S 24 Jun 16:14:07.528 * Master replied to PING, replication can continue...
1920:S 24 Jun 16:14:07.537 * (Non critical) Master does not understand REPLCONF listening-port: -ERR unknown or unsupported command 'replconf"
1920:S 24 Jun 16:14:07.542 * (Non critical) Master does not understand REPLCONF capa: -ERR unknown or unsupported command 'replconf"
1920:S 24 Jun 16:14:07.542 * Partial resynchronization not possible (no cached master)
1920:S 24 Jun 16:14:07.545 * Master does not support PSYNC or is in error state (reply: -ERR unknown or unsupported command 'psync")
1920:S 24 Jun 16:14:07.545 * Retrying with SYNC...
The text was updated successfully, but these errors were encountered:
基本信息
项目难度:低
支持语言:中文/英文
项目社区导师:车金鸽
导师联系邮箱:[email protected]
技术领域:C++、Redis
开源协议:BSDv3
项目简述
Pika 兼容 redis 的 SYNC、PSYNC、PSYNC2 命令。
本项目的主要任务包括:
项目产出要求
项目技术要求
相关日志
pika 不支持Redis Replication协议的SYNC, PSYNC, PSYNC2三种同步命令,请问有计划支持吗?
The text was updated successfully, but these errors were encountered: