weimeng
weimeng
Close https://github.com/redis/redis/issues/10967
thanks for your advise @judeng @madolson @oranagra @MeirShpilraien I have already update this pr with 'signalModifiedKey, dirty++' @oranagra clusterCommand is “CMD_ADMIN” command , so i think "CLUSTER SLOTFLUSH" maybe not...
thanks for your advise @judeng @madolson @oranagra I have already update this pr with 'moduleNotifyKeyspaceEvent' > Therefor, I think the current outlined approach is acceptable for now, since it's solving...
thanks @madolson i have added a test for this case, and update cluster.c with 'call propagatePendingCommands();'. please review, thanks
thanks @enjoy-binbin i have already update the test
thanks @oranagra i have already resolve all the conversations
@oranagra OK, thanks.
[BUG] delete keys operation not replicate to slave when 'remove all the keys from the slots we lost'
@oranagra thanks , I reproduced this: I create a test cluster: 127.0.0.1:6001(master) cluster countkeysinslot 3498 (integer) 0 then 127.0.0.1:6001 loss slot 3498, and delete all keys in slot(3498): 127.0.0.1:6001> cluster...
有一天proxyIndex会溢出
可以这样:int idx = crc32(key)%m_Proxys.size()