jihuayu opened a new pull request, #130: URL: https://github.com/apache/kvrocks-controller/pull/130
In this PR I add the support of using Redis as an alternative storage. There are some finishing tasks that need to wait for the merging of #126 before proceeding with the development. In `electLoop` function I don't used Redis `subscribe` command, because the expiration of the key is not real-time. I have used `get` command every 2s to check the key status. Others is same as Zookeeper storage impl. -- 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]
