git-hulk commented on issue #2853: URL: https://github.com/apache/kvrocks/issues/2853#issuecomment-2766188497
@jemc Have you ever encountered this issue? I suppose it won't be issue because the `SLAVEOF` command is a exclusive command, so it won't allow other commands while it's running. See: - https://github.com/apache/kvrocks/blob/a83090adc7e74aaec7de7ceb14a22c5dbab89ad1/src/commands/cmd_server.cc#L1406 - https://github.com/apache/kvrocks/blob/1639c90f094728fee860c3c0f518350df40ecb90/src/server/redis_connection.cc#L437 cc @torwig -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
