ggyuchive opened a new pull request, #3318:
URL: https://github.com/apache/kvrocks/pull/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/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to