The GitHub Actions job "CI" on kvrocks.git has succeeded. Run started by GitHub user enjoy-binbin (triggered by enjoy-binbin).
Head commit for run: b1afbe34808caae9ef6a1f8052cf00c5cd4914d9 / Binbin <binloveplay1...@qq.com> Fix RESTORE TTL is 0 with ASBTTL does not restore the key (#1724) TTL is 0 mean the key is created without any expire. ABSTTL mean the TTL should represent absolute Unix timestamp in milliseconds in which the key will expire. When typing TTL 0 and ABSTTL, kvrocks will not restore the key, since we think the key is expired. However, in Redis, ABSTTL is ignored when TTL is 0. (Although they seem to be mutually exclusive) Report URL: https://github.com/apache/kvrocks/actions/runs/6057749760 With regards, GitHub Actions via GitBox