Open
Description
Describe the bug
Hopefully this isn't duplicate, but I couldn't find anything that would suggest this is an expected error.
Inside a transaction, it appears some commands related to expiry are not known. This is not an issue on redis, causing my tested migration redis->garnet to fail.
Steps to reproduce the bug
> HSET test ak av bk bv
(integer) 2
> HEXPIREAT test 1750899548 FIELDS 1 ak
1) "1"
> HPTTL test FIELDS 1 ak
1) "24796"
> MULTI
"OK"
> HEXPIREAT test 1750899548 FIELDS 1 bk
"ERR unknown command"
Expected behavior
No response
Screenshots
No response
Release version
Garnet 1.0.73 64 bit; standalone mode
IDE
Redis official CLI
fred (redis rust library)
OS version
Docker Alpine (GitHub repo image)
Additional context
No response