I use redis hash to store some data. I now want to set the expire time for some elements in the hash. Does redis support this function now? I tried the expire command, but it can only set the expire time of the entire hash, not the expire time of a single element inside the hash

Comment From: ptjm

It's not supported, but this was recently requested in #8339 and there's a comment there about what's being considered.

Comment From: yossigo

@ZhouJiaZhi This is a duplicate of #1042, #167 etc. It has been frequently requested but currently not supported.