Pika 主从复制一些经验教训 #2408
AlexStocks
started this conversation in
General
Pika 主从复制一些经验教训
#2408
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1 #2407 spop 命令在写 binlog 的时候需要改写为 srem,因为 spop 是一个随机弹出的命令,主从会有不一样的表现
2 #1616 Fixed the RpopLpush's replication problem between master and slave
3 #1548 support blpop/brpop
4 #1658 hmset/mset binlog 中改为多个 hset/set
5 #2708 flushdb会主从复制,但本身不带key,也需要特殊考虑,相关 PR #2808 和 disuccsion #2807
Beta Was this translation helpful? Give feedback.
All reactions