David Wong

Results 5 issues of David Wong

support `PX` in `SET` command refer: https://github.com/microsoft/garnet/issues/62

It has been noticed that the current implementation of checking parameters in each command is independent. Furthermore, some commands were previously implemented incorrectly and did not drain commands as they...

parser

Add Support for the `SUNION` Command. Descriptions: Returns the members of the set resulting from the union of all the given sets. Keys that do not exist are considered to...

API

Changed restore_feature to add_restore_feature in main() to match the actual function definition. This fixes the undefined function error and ensures the backup restore functionality works correctly.