The GitHub Actions job "CI" on incubator-kvrocks.git has succeeded.
Run started by GitHub user git-hulk (triggered by tisonkun).

Head commit for run:
d2aa7b5807c368d9b8066d466164a66fbff58085 / Binbin <binloveplay1...@qq.com>
Add TIME command as Redis (#1394)

This PR adds the TIME command. The TIME command returns the current
server time as a two items list: 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"
```

Report URL: https://github.com/apache/incubator-kvrocks/actions/runs/4740380388

With regards,
GitHub Actions via GitBox

Reply via email to