singular-seal opened a new issue, #2166: URL: https://github.com/apache/kvrocks/issues/2166
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation 1. redis cluster utilize [readonly](https://redis.io/commands/readonly/) to support reading from slave node 2. go-redis will send a 'readonly' command to server when 'ReadOnly' option is true during initialisation which would incur an error response from kvrocks 'ERR unknown command readonly' because kvrocks doesn't support command 'readonly' 3. this is important because without reading from slave a shard is not readable during failover which is not acceptable for some businesses ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
