PragmaTwice opened a new pull request, #1803: URL: https://github.com/apache/kvrocks/pull/1803
We add support of two new commands `JSON.SET` and `JSON.GET` (despite some options missing). Besides, we add two new methods `IsSingleKVType` and `IsEmptyableType` to class `Metadata` for more intuitive coding. JSON Metadata encoding: ``` key => flag | expire | format | payload ``` The field `format` is to make JSON data type more extensible. Currently it can only be `0` to indicate that the data stored in `payload` is in the JSON format. -- 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]
