Describe the bug
For some reason command HEXPIRETIME and HPEXPIRETIME gives error - "unknown command" and does not work in CLI
In the same time HEXPIRE command works correctly and all these commands were implemented at the same time since redis v.7.4.0
To Reproduce
redis-cli
HEXPIRETIME
(error) ERR unknown command HEXPIRETIME
HPEXPIRETIME
(error) ERR unknown command `HPEXPIRETIME
HEXPIRE
(error) ERR wrong number of arguments for 'hexpire' command
Expected behavior
Should show expire time
Screenshots
No need, easy to reproduce
Environment (please complete the following information):
Describe the bug For some reason command HEXPIRETIME and HPEXPIRETIME gives error - "unknown command" and does not work in CLI In the same time HEXPIRE command works correctly and all these commands were implemented at the same time since redis v.7.4.0
To Reproduce
HEXPIRETIME
Expected behavior Should show expire time
Screenshots No need, easy to reproduce
Environment (please complete the following information):
Reproducible Code Snippet
Additional context This is also included in dragonfly tests here: https://github.com/dragonflydb/dragonfly/blob/d3ef0a3630234748f73d61a0ea3bf756e90c0774/tests/fakeredis/test/test_hypothesis.py#L504 But for some reason does not work