The GitHub Actions job "CI" on incubator-kvrocks.git has succeeded. Run started by GitHub user enjoy-binbin (triggered by git-hulk).
Head commit for run: 7f278435fe355349e648990225906ca31c66ac4e / Binbin <binloveplay1...@qq.com> Add TIME command as Redis This PR adds the TIME command. The TIME command returns the current server time as a two items lists: a Unix timestamp and the amount of microseconds already elapsed in the current second. Example: ``` 127.0.0.1:6666> time 1) "1681828105" 2) "810037" ``` This closes #1393 Report URL: https://github.com/apache/incubator-kvrocks/actions/runs/4733603193 With regards, GitHub Actions via GitBox