The GitHub Actions job "CI" on kvrocks.git/unstable has failed.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
dca7134890a558f6fcd2a17dea176965c0607ad8 / Byeonggyu Park 
<[email protected]>
feat(string): Add to Support MSETEX Command (#3318)

## Issue
closes #3307 

## Description
In redis, it supports MSETEX which supports MSET with TTL options from
v8.4.0.
Syntax of `MSETEX` is below.
```
MSETEX numkeys key value [key value ...] [NX | XX] [EX seconds |
  PX milliseconds | EXAT unix-time-seconds |
  PXAT unix-time-milliseconds | KEEPTTL]
```
This change adds support for the `MSETEX` command in kvrocks, making it
compatible with Redis.

- Reference: https://redis.io/docs/latest/commands/msetex/

---------

Co-authored-by: Twice <[email protected]>

Report URL: https://github.com/apache/kvrocks/actions/runs/20635763085

With regards,
GitHub Actions via GitBox

Reply via email to