I want to know when spring-data-redis supports commands like hexpire
To use ttl for hashkey, I want to use hexpire, the command applied to the latest redis, but I wonder if there is a reflection plan in spring-data-redis.
I used redisson before, but I support command in redis, so I don’t want to use it anymore.
Does anyone know when it will be reflected?