PragmaTwice commented on PR #849: URL: https://github.com/apache/incubator-kvrocks/pull/849#issuecomment-1253145285
> Generally looks good. One comment: > > From https://redis.io/docs/manual/config/ it is valid: > > ``` > keyword argument1 argument2 ... argumentN > ``` > > but it seems in Kvrocks we support only one argument? I used to support multiple value configuration at the first. But it involved too many changes, and the current configuration reading mechanism in kvrocks do not handle multiple value configuration well, so I give up and move to support just one value configuration. -- 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]
